Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #202305

    http://j2k.info/american/

    I have a tab in one of my sections.. how can i make the background transparent on active and unactive tabs…

    secondly, i want to center my tab headings…

    thank you

    #202327

    but i want to only apply those changes to the home page tabs.. not the other i use throughout the site

    #202382

    Hey!

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

    .home .tabcontainer h3 { text-align: center; }
    .home .tabcontainer .active_tab_content, .home .tabcontainer .active_tab { background-color: transparent; }

    Best regards,
    Yigit

    #202384

    it didnt work.. the tabs are not aligned and color is not transparent… what went wrong

    #202386

    Hey!

    Please try flushing your browsers cache and refresh your page a few times. Heading seems to be centered on my end. And you can try adding !important to second code to force it as following

    .home .tabcontainer .active_tab_content, .home .tabcontainer .active_tab { background-color: transparent!important; }

    Cheers!
    Yigit

    #202389

    im sorry, the headers are centered, but its actual placement of the tabs that i wanted centered, right now they are left aligned on the box holding the content

    #202393

    Hi!

    You mean like this http://i.imgur.com/GMPhPgY.jpg ? If so, please add following code instead of the first code i have posted and adjust as needed

    .tab_titles { margin-left: 25%; }

    Best regards,
    Yigit

    #202404

    thank you.. last thing on this topic…

    is there a mouseover option i can use… to make this happen.. http://j2k.info/this.png

    #202407

    to the tab titles surrounded in boxes

    #202425

    Hey!

    You can do this for the active tab.

    div .main_color .tabcontainer .active_tab {
    background-color: blue;
    border: 3px solid black;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: white;
    }

    Add this for the inactive tabs:

    .main_color .tabcontainer .tab {
    background-color: white;
    border: 3px solid gray;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: gray;
    }

    Change the background and color values. Adjust the left margin of the titles:

    .home .tab_titles {
    margin-left: 20%;
    }

    Cheers!
    Ismael

    #202454

    its done.. but the active tab color is off

    #202456

    k. so i fixed the active tab.. i just need the content container to stay transparent

    #202457

    i fixed it.. thank you

    #202459

    thank you

    • This reply was modified 11 years, 4 months ago by kecster2.
    #202462

    last question.. to change the grey on hover color of text to red.. how can i do that please

    #202624

    Hi!

    Please add following code to Quick CSS as well

    #top .main_color .tabcontainer .tab:hover {
    color: red;
    }

    Best regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘tabs help’ is closed to new replies.