Archived topic
Menu & H1 Tags bold style
1 reply · Started by Simon on March 14, 2018
Hi. I have an issue on a website where the primary navigation & H1 tag text style changes from page to page, when the global setting are correct and no additional styles have been added via the page builder.
CORRECT : https://www.lisavictoriaphotography.co.uk/newborn/
INCORRECT : https://www.lisavictoriaphotography.co.uk/reviews/
Both the menu text and H1 tag header text turn to a bold style when they should be regular.
Hope you ca helps.
Thanks
Hi there,
The correct one has more inline style added (which isn't good practice):
<h1 style="font-size: 25px;text-align: center;font-family:Cinzel;font-weight:400;font-style:normal" class="vc_custom_heading">NEWBORN PORTFOLIO</h1>
The incorrect one does not has less:
<h1 style="font-size: 22px;text-align: center" class="vc_custom_heading vc_custom_1520204664762">Check out our reviews</h1>