Okay
  Public Ticket #173427
Tab Design
Closed

Comments

  • Jonathan started the conversation

    I'd like to adjust the tab design. Is it possible to a put a border around it? Just want a dark gray with about 1px width. 

  •  8,838
    Tahir replied

    Hey Jonathan!

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

    .wpb_content_element ul.wpb_tabs_nav li {
      border: 2px solid grey;
    }
    

    Cheers


    ThemeNectar Support Team