Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #912771

    Hi
    I change all the font color to #fffff in the theme settings, but the default font is still grey.

    https://golamusic.com/aktuell/

    I also try the following:

    body{color:#fff !important;}

    .main_color .tabcontainer .tab {
    color: #fff !important;
    }

    but with no impact.

    All the best,
    Pascal

    • This topic was modified 6 years, 9 months ago by Amigs.
    #912955

    Hey Pascal,

    Please add to your CSS

    p * { color: #fff !important; }

    and let us know if that could work out for you.

    Best regards,
    Basilis

    #913185

    Hi Basils
    Thank you for you solution, but it has no impact as you can see on: https://golamusic.com/aktuell/

    All the best,
    Pascal

    #913584

    Hi Pascal,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .wysija_text_container p {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #913597

    Hi Victoria
    Thank you, but this has no impact, and its not only for this container, so iff you scroll down you can see the grey font.
    At hte moment all the white fonts are not default at all, it change it at in the text editor.
    All the best.

    #913623

    Hi,

    Please try this CSS instead:

    .main_color {
      color:#fff !important;
    }

    Best regards,
    Rikard

    #915512

    Hi Rikard, thats it!!!! 1000’s Thanks, Pascal

    #915644

    Hi,

    I’m glad Rikard was able to help. Id you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Font Color’ is closed to new replies.