ernestg
Member
Posted 4 months ago #
I'm using this CSS reset.
http://meyerweb.com/eric/thoughts/2011/01/03/reset-revisited/
Simple things like bold and italics don't save.
When I don't use the CSS reset above the bold and italics DO save.
Any suggestions on how to use the CSS reset and get the changes to save?
FazBuzzWP
Member
Posted 4 months ago #
i'm definitely not getting you. Did you create a custom theme and used a reset there? I totally don't get when you are saying save. like when you publish a post?
cheers
ernestg
Member
Posted 4 months ago #
Yes, sorry it is my custom theme. It only has one css document for styling. And the css reset code is at the top. I don't understand why the css reset overrides the edits I make.
ernestg
Member
Posted 4 months ago #
I believe I figured it out. The css reset had the code:
font: inherit;
I took that out and everything seems to be running smoothly. Thanks anyway. If you still have any other suggestion let me know!