Okay
  Public Ticket #3626963
tabbed font & background color
Open

Comments

  •  1
    jdudan started the conversation

    Hello-

    I've perused your support tickets for custom CSS for changing the tabbed button font colors and background colors for the non-active tabs, but none of it worked.

    How can I change the color of the font and also the background color of the non-active tabs (see screenshot)?

    Thank you!

    Attached files:  Screenshot 2024-04-12 at 11.42.49 AM.png

  •  8,410
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li:not(.active-tab) a {
        background: #ddd !important;
        color: #333 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    jdudan replied

    That worked, can I also control the background color of the active tab individually?

    Thank you!

  •  1,653
    Judith replied

    Hi there,

    Thanks for writing back.

    We are glad that worked for you. As for the active tab, please adjust using the css below :

    .tabbed[data-style="vertical_modern"][data-color-scheme="accent-color"] .wpb_tabs_nav li .active-tab, .tabbed[data-style="vertical"][data-color-scheme="accent-color"] > ul li .active-tab {
        background-color: #a83d87;
    }

    I hope this proves helpful. Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,

  •  1
    jdudan replied

    Thank you both, it works perfectly, you guys have the best customer service, hands down!!

  •  1,653
    Judith replied

    Hi there,

    You're welcome and thank you for your kind words.

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,