Okay
  Public Ticket #509879
​Container Wrap Default Color
Closed

Comments

  • Steven started the conversation

    Hi,

    I am hitting problems trying to get rid of the default grey background for the container-wrap. Just wondering is there a global settings I am missing?


  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .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 

  • Steven replied

    Worked. Thanks!