Okay
  Public Ticket #148227
Tabbed Section
Closed

Comments

  • Loe started the conversation
    Is there a way to have the tabbed section be text links with no background? I want to have Lookbooks / Campaigns / News on one line that leads to boxed content sections below... As an alternative, could I eliminate the button bg and just use the text? Thanks, Laura
  •  997
    ThemeNectar replied

    Hey Laura!  Sorry for the delay - wrapping up v3.0 caused a larger than normal queue to build. Thanks for your patience :)

    Enter this into your custom css box:

    body .tabbed ul li a {
      background-color: transparent!important;
    }

    Cheers :)