cchisnall
Member
Posted 3 months ago #
Hello - I'm new to this and hoping someone can help. I am using the Liano theme and I can't seem to get Bold or Italic text to show on my posts or pages. It appears correctly in the text editor window - http://plateausandandsodablasting.co.nz/
Thanks
reset.css of your theme is 'resetting' the styles for em and strong to nothing.
remove em, and strong, from the list at the start of reset.css;
or add new styles for em and strong to style.css of your theme.
http://www.w3schools.com/css/css_intro.asp
wp_user2012
Member
Posted 3 months ago #
It worked!
I had the same problem.
Thank you alchymyth.