• Hello,
    I’m looking for some options for tabbed organization (inserted using shortcodes). I would like to colorize the body portion of the tab. Or, I would like to make the faint grey outline a little darker. Anything to bring out the tabbed section of the page.
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    here is some CSS that will allow you to set the background color for your tab content:

    .tab-content {
        background: rgba(0, 0, 0, 0.19);
    }

    Add that to Theme Options> Advanced Settings. Let me know if you’d like any more CSS to change the appearance of the tabs.

    -Kevin

    Thread Starter Ellen

    (@ejfgreen)

    That worked like a charm. Thank you Kevin! I appreciate your help!

    Great! I’m glad that works for you. Let me know if you need any further assistance with this.

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tab Options’ is closed to new replies.