Okay
  Public Ticket #351797
Site pages background
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    I would like to change the color background for an entire website: it's not perfect white. How to do that please? 

    Thanks, best,

    Benoit.

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
        background-color: #fff;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Benoit replied

    Thanks it works! =)