Hello,
I’ve inherited a site built by someone else. Since moving the site to my server (the old one was an antique), there seems to be an issue with the strong tags in that they no longer function.
There’s a custom font Avenir Next being used, and it used to bold up with the strong tags.
Any advice on why it’s no longer working.
Link to example page in the private comments. The numbered headlines should be in bold.
Hey maccadigital,
Please try the following in Quick CSS under Enfold–>General Styling:
.main_color strong {
font-weight: 700 !important;
}
Best regards,
Rikard
Hey Rikard,
That looks to have resolved the issue. Thank you.
Can I ask, just so I better my own understanding, what could the issue be, and how is that CSS fixing it?
Thanks again.
Hi,
Not sure what exactly happened but the css will simply override any other rules which may cause a conflict or not let the site to render properly and fix the issue :)
Thank you for using Enfold.
Best regards,
Vinay