Tagged: bold font, strong, style sheet, Style Sheets
Hi.
My website is applying mystery style code to any paragraph text that includes Strong tags: tags.
It makes the text VERY LARGE and Green. I want to to be able to find the source of this issue, identify it and remove it site wide.
Example: Page with the issue applied: https://blgenvironmental.com/premium-pool-design-in-orlando-florida/
Scroll down to the last paragraph that begins with Thanks. Screenshot: https://tinyurl.com/27854w7g.
I have spent considerable time trying to identify where this is located. i have worked with Chat GPT to try to remove it with additional CSS. I cannot identify and resolve this.
Please reply and advise.
Hey kurson,
Thank you for the inquiry.
We added this code to the Quick CSS field to override the default styling of the < strong > and < b > elements.
strong, b {
font-weight: normal;
}
Please make sure to purge the cache before testing.
Best regards,
Ismael