I am working on a site and the following is occurring…
When on the home page the font for the menu links in the header are correct, but when you navigate to a different page they change .
How can I keep the same font as on the home page to the other pages – never seen this before, quite odd!
It is also occurring on all H tags on the inner pages
the font becomes the 300 weight and not the desired weight of 700
Any help here would be fantastic
Hi,
That is a bit strange yes, the same CSS seems to be applying on both the home page and the FAQ page for instance. Could you try to delete the old CSS and JS files under Enfold->Performance to see if that helps please? If not then please deactivate all file compression as well.
Best regards,
Rikard
Hello Rikard
I have done all the above and it has not changed anything :-(
You can see the 700 weight loading then get replaced with the 300 weight version – I have added a ZIP file with a video showing this on the page http://personalinjurytrusts-co-uk.stackstaging.com/faq/ and every page other than the Home Page –
Any thoughts as I need to show the client something tomorrow and it looks really bad!
Can anyone help here – this is not normal and there is no reason why the theme should be doing this!!!
Hi,
Thank you for the update.
We can’t seem to reproduce the issue on Chrome Windows 10. Where are you testing it? The font weight of the h1 tag is always set to 700. Did you add this css code?
#top #wrap_all .all_colors h1 {
letter-spacing: -0.03em;
font-weight: 700 !important;
}
This is what we see on our end.
Screenshot: https://imgur.com/a/GWDD1ft
Best regards,
Ismael