Okay
  Public Ticket #644630
Header Divider Line
Closed

Comments

  • Keith started the conversation

    Is there a way to remove the divider line that automatically generates at the bottom of my headers? Not sure what the purpose of this is when you can add them where desired... What am I missing?

  •  8,992
    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) :
    .row .col.section-title {
        border-bottom: 0px !important;
    }

    Bes.t


    ThemeNectar Support Team 

  • Keith replied

    Awesome, thanks!