Okay
  Public Ticket #359162
I am wanting to Globally change the color of all of my pages to white. Can you provide the custom CSS, I tired checking out your forums first didn't come across anything in my skimming.
Closed

Comments

  • Travis started the conversation

    I am wanting to Globally change the color of all of my pages to white. Can you provide the custom CSS, I tired checking out your forums first didn't come across anything in my skimming.

  •  8,416
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .container-wrap  {
        background-color: rgb(255, 255, 255) !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •   Travis replied privately
  •  8,416
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body,p {
        color: #fff !important;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #fff !important;
    }
    
    
    Thanks 


    ThemeNectar Support Team 

  •   Travis replied privately
  •  8,416
    Tahir replied

    Hey!

    Its not a theme issue the tables are not responsive . 

    Thanks 


    ThemeNectar Support Team