Okay
  Public Ticket #349183
remove default white background on all pages
Closed

Comments

  • Matthew started the conversation

    I would like to remove all the white background on the pages with a different color. How do I do this?

  •  8,406
    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 !important;
    
    }
    Thanks 


    ThemeNectar Support Team