Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1310026

    Hi!

    I have used the enfold documentation to change the tabs on the following page…
    https://techlystictdev.wpengine.com/what-we-solve-hosting/

    I’m wondering if there is a way to change the inactive tabs to be outlined in white with blue text? And the active tab would stay with the current styling (blue button with white text)?

    Thank you!

    #1310235

    Hi samebluesky,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-pill-tabs .av-tab-section-tab-title-container a {
        background: #fff;
        border: 2px solid #0061A0;
        color: #0061A0;
    }
    
    .av-pill-tabs .av-tab-section-tab-title-container a.av-active-tab-title {
        background: #0061A0;
        border: 2px solid #0061A0;
        color: #fff;
    }

    Best regards,
    Rikard

    #1310285

    Thanks Rikard!

    That worked except the inactive tabs font color is white. I added an “!important;” after color: #0061A0;. No luck.

    Any ideas?

    Really appreciate the help!

    #1310286

    Ah! Sorry. I figured it out. I had to changed some previous quick CSS. That worked perfectly. You guys are amazing.

    Thank you!

    #1310367

    Hi,

    Great, I’m glad that you got things working, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1310410

    Feel free to close it! Thanks

    #1310511

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Square Tabs – Change Styling on Inactive Tabs’ is closed to new replies.