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

    I would like to use tabs like on your feature page http://kriesi.at/themes/enfold/features/#tab-id-12 !
    I learned how, but i would like to give a separate color to each tab with icon ..How do i do that? :)
    Thnx

    #420410

    Hi Karic!

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

    .js_active .tab { border-color: red; }

    If that does not help, please post a screenshot and show the changes you would like to make

    Cheers!
    Yigit

    #420490

    I would like for every tab to have its own color..! :)
    http://awesomescreenshot.com/0b04r7xu48

    • This reply was modified 9 years ago by Karic.
    #421334

    Hi!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .tab_titles > div:nth-child(2) {
      background: red;
    }
    .tab_titles > div:nth-child(3) {
      background: green;
    }
    </style>

    Best regards,
    Elliott

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