Okay
  Public Ticket #2830696
inactive tab color
Closed

Comments

  •  4
    sarah started the conversation

    Hello, how do you change the color of the inactive tab inĀ  tab vertical material?
    Thanks!

  •  2,961
    Andrew replied

    Hi there,

    Thanks for writing in.

    Use the following CSS for this.

    .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
        background-color: #929eaa;
    }
    

    Regards,

  •  4
    sarah replied

    this worked thank you!!