Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287680

    Hi
    how can i customize akkordeon ?

    The main tabs should have another background color (light grey #ededed f.e.) that they look different from the content tabs.

    Thanks, Oliver

    #287891

    Hey Oliver!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    p.toggler.activeTitle {
    background-color: #ededed;
    }

    Best regards,
    Yigit

    #287897

    Hey. Thanks.
    And what to put in if all tabs should have this colour (not only the active tabs?)

    Oliver

    #287903

    Hey!

    Following code if you only would like to change the background color of tab titles

    p.toggler {
    background-color: #ededed!important;
    }

    if you would like to change the background color of tab content as well, please add following code to Quick CSS field as well

    div.toggle_content {
    background: #ededed!important;
    }

    Best regards,
    Yigit

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