Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Theme Option missing from Tabs Style 3

New Front EN Support Forums Kabuki Theme Support Theme Option missing from Tabs Style 3

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11072

    In Theme Options, tabs styles 1 and 2 each have the following options:

    1. background color
    2. border color
    3. inactive tab background
    4. tab hover background color

    However, Tab style 3 (the style I’ve chosen, of course, ha!) is missing the inactive tab background option.

    Is there a snippet of code I can add to style.css in my child theme to make that change? (Preferably with hex# colors)

    Many thanks,
    ~IW

    #11093
    mmsatori
    Keymaster

    Hey Ian,

    please try the following:

    .su-tabs-style-3 .su-tabs-nav span { background-color: #eeeeee; }
    

    replacing the “eeeeee” bit with the hex color of your choice.

    Best,
    Andrii / Satori Studio

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.