-
1. Re: How do I enable bold/italic text formatting in blog module on website?
Liam Dilley Nov 7, 2014 4:17 PM (in response to couparconsulting)It will be to do with the CSS of that muse template, you will need to change the css elements for things like strong.
-
2. Re: How do I enable bold/italic text formatting in blog module on website?
couparconsulting Nov 11, 2014 10:07 AM (in response to Liam Dilley)Hi Liam,
Thank you for your suggestion. Can you give a little more detail as to what CSS elements I need to add and where I need to add them?
Thanks!
Tricia
-
3. Re: How do I enable bold/italic text formatting in blog module on website?
couparconsulting Nov 12, 2014 2:31 PM (in response to couparconsulting)Anyone??? This is extremely frustrating as I can't seem to find anything that will work. I've tried designating different paragraph styles in CSS but when I use the tags in the html markup I get nothing.
-
4. Re: How do I enable bold/italic text formatting in blog module on website?
Liam Dilley Nov 12, 2014 2:46 PM (in response to couparconsulting)Use your browsers console and inspect tool. This stuff becomes very easy.
address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
font-style: inherit;
font-weight: inherit;
}
Line 34 ish in - http://www.couparconsulting.com/css/site_global.css?3869595648
This overides the font bold style on strong.




