Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
#site-title {
margin: 0;
}
#site-title img {
display: block;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I don’t see that plugin active on your website.
Thread Starter
cnigpp
(@cnigpp)
Sorry, my mistake. It works! Thank you very much.
Can you help me again? Why plugin works? Instead, if I change the CSS code of the theme by Editor does not work?
(Sorry for my English.)
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Because of the priority of cascading rules in CSS: http://reference.sitepoint.com/css/cascade
Anyway if you made edits to the theme’s style.css file you would lose all of your changes if ever the theme were to update.
Thread Starter
cnigpp
(@cnigpp)
OK, thanks for your help.