Okay
  Public Ticket #225090
Separator with Text Background
Closed

Comments

  • Nick started the conversation

    How can I specify the background color of the text in the "Separator with Text" widget on just one page? By default it's set to #f8f8f8, but on one page I set the entire background of the page to #606060. So it's #f8f8f8 behind the text on a #606060 back ground.

    I added this

    body .vc_text_separator div {
    background-color: rgba(0, 0, 0, 0);
    }

    But that shows the line through the text.

    Thank you


  •  8,839
    Tahir replied

    Hey Nick!

    You can use the page id which is added in the body tag of that page to add in a css for that particular page. Please provide page link so i can provide working CSS. 

    Thanks


    ThemeNectar Support Team 

  •   Nick replied privately
  •  8,839
    Tahir replied

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

    .page-id-2584 .span_12.light .nectar-social.full-width > * {
        border: none !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Tyler replied

    Same issue here. What's this all about? Please assist. www.PhillyLyfe.com.

    Thanks!

  •  8,839
    Tahir replied

    Hey Tyler!

    Please see screenshot: http://prntscr.com/3ur4x9 . You need to add in an extra class to the row or column and then add in some custom css like this to change the color:

     
    
    body .custom-color .vc_text_separator div {
        background: rgb(117, 117, 127);
    }
    
    
    

    Cheers


    ThemeNectar Support Team