Viewing 6 posts - 1 through 6 (of 6 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

    #1486116

    Hi and thank you for the reply. I relocated the CSS Appearance…customize…additional css.

    Per my original question: Where in the theme configuration panel is the BIG font and GREEN color being defaulted to BIG and GREEN?

    I prefer engaging directly with your configuration panel if I can.

    #1486126

    Hi,

    The stylesheets are currently compressed and merged, so we can’t determine exactly which file the css rule is from, but you can see it here.

    View post on imgur.com

    Best regards,
    Ismael

    #1486413

    Okay, so I am not overlooking anything under Enfold theme options, yes?

    Screenshots: https://tinyurl.com/ys2l4pt3

    #1486423

    Hi,

    It doesn’t look like the css rules are generated by the theme. Try temporarily disabling the cache and compression plugin, then deactivate the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

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