Okay
  Public Ticket #354047
Container color in boxed layout
Closed

Comments

  • Hishamovic started the conversation

    How to change container color in boxed layout?

  • Hishamovic replied

    And also how to make it transparent please?

  •  8,847
    Tahir replied

    Hey!

    You can change the color in Visual Compose Row Options. Please see Page Builder Video: https://www.youtube.com/watch?v=N4mt0lOJ888 .

    Also to make header transparent, Simply set the option in Salient Theme Options -> Header Section . 

    Thanks 


    ThemeNectar Support Team 

  • Hishamovic replied

    Thanks alot, love the tutorial video & sorry for misconception, I was talking about the box that contain the container..

    I want to make the light gray box transparent & change its color at this page http://egyptsct.iccgroup.org

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .container-wrap {
        background-color: transparent !important;
    }
    
    
    div#boxed {
        background: transparent !important;
    }
    
    Thanks 


    ThemeNectar Support Team