Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1485859

    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.

    #1485871

    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.

    View post on imgur.com

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.