Question
I am using the Legenda Theme, and some of my H2 headings have a line through them that didn't used to be there. Help?
Answer
When you make a ANY change to a page that has an H2 heading, you must go into the Text tab to add an html code around the H2 Heading.
Visual Tab:
Text Tab:
Click on the Text tab and add the following html code around the H2 heading:
- <span>...</span>
- i.e. <h2 class="title"><span>Featured Products</span></h2>
As long as you confirm that the <span></span> html code is around your H2 Headings, they will always be styled correctly.