Okay
  Public Ticket #286988
Divider Line Colour
Closed

Comments

  • Andre started the conversation

    Hi there,

    I would like to know if you could help me with a custom css to change the colour of the divider lines? I am just using them through the Visual Composer.

    Thanks a lot

    Andre

  •  8,839
    Tahir replied

    Hey!

    Where exactly do you need them changed and what attributes need to be changed. Please provide page url so i can write up some in the live browser.

    Thanks


    ThemeNectar Support Team 

  • Andre replied

    Hi Tahir,

    http://www.leddesign.com.au/clients/chrisclout/awards-2/

    Many thanks

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .divider-border {
        border-color: #333;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Andre replied

    Thanks Tahir