Okay
  Public Ticket #168993
Transparent Boxed Style
Closed

Comments

  • John started the conversation
    Hallo Mr Nectar, Love the theme! When Editing a Column to boxed column / Boxed style, is it possible to make the box kind of transparent to make text easier to read on a full width backround with image? Many thanks JP
  •  1,069
    ThemeNectar replied

    Hey John!

    Add this into the Custom CSS box located in your Salient Options panel:

     
    .col.boxed {
       background-color: rgba(255,255,255,0.7)!important;
    }
    
  • John replied

    Many thanks!