Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #815641

    Hello,

    on my site http://www.managersystem.de font with tag will have a blue color. No idea where i have set this. Could you help me?

    And i have seen in layout.css that there is a style /*burger menu*/. What´s this?

    Thanks much,

    Kai

    #815654

    Hey skayy,
    If I understand correctly, you want to change the color of “strong” on your site. You can go to Enfold Theme Options > Advanced Styling > and choose “strong” from the drop down and pick the color, font, etc.
    Or you can try this code in the General Styling > Quick CSS field:

    .main_color strong {color: #000 !important; }

    This will make it black, try different color codes :)
    postimage

    Best regards,
    Mike

    #815749

    Hello,

    thanks much for reply. I know that i can chance the colors of the strong tag. This is not, what i am looking for.

    My strong text still have a blue color. And i do not know why.

    Second my enfold css file has many entries i do not know why. for example for “burger menu”.

    Could you help, please.

    Thanks much, Kai

    • This reply was modified 7 years, 4 months ago by skayy.
    #815778

    Hi,

    Can you check the Primary Color field in Enfold > General Styling > Main Content? It’s possible that this is where it’s set.

    If you need further help, please provide us with temporary admin access so we can take a closer look at your settings.

    Best regards,
    Sarah

    #815849

    Hello,

    Yes that’s it. For what the strong font have this color too?

    Thanks much, Kai

    #815867

    Hey!

    Please add following code to Quick CSS as well

    .main_color strong, .main_color b, .alternate_color strong, .alternate_color b { color: inherit !important; }

    If that does not help, please elaborate on the changes you would like to make :)

    Best regards,
    Yigit

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