Okay
  Public Ticket #283164
Default font colour - body text (paragraph)
Closed

Comments

  • Genevieve started the conversation

    Hi there

    How do I change the default body font colour from grey?  Right now I'm manually changing every text box which is tedious.

    Thanks

    Gen 

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html #footer-outer #copyright,html body {
        background-color: #1c1c1c!important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Genevieve replied

    That changes the background colour? I need to change the default foreground colour, i.e. the font/text colour

  •  8,839
    Tahir replied

    Hey Again!

    Then add this:

    html #footer-outer #copyright,html body {
        color: #1c1c1c!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Genevieve replied

    Thank you