Okay
  Public Ticket #283611
Background and Font Color
Closed

Comments

  • Christopher started the conversation

    1) How do I make the background white?

    2) How do I change default font color to black?

    I copied a code I found in the comments section to my custom css and it didn't work. It was posted a year ago.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .container-wrap,body .project-title {
        background-color: #fff !important;
    }
    body {
        color: #000 !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Christopher replied

    Thanks!