Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • activesenior Friend
    #732275

    I cannot get tabs in Purity III standard template according to this blogpost http://extensions.joomla.org/blog/item/native-tabs? I have tried other templates, Protostar for instance, and it works. Any tip?

    Ninja Lead Moderator
    #754481

    Hi,

    This way will help you to fix this bug

    + Create templates/purity_iii/css/custom.css file and add new css style


    dl.tabs dt.open {
    background-color: #FFF ;
    border-bottom: 1px solid #FFF ;
    }
    dl.tabs dt.tabs {
    float: left;
    margin-left: 3px;
    padding: 4px 10px;
    background-color: #F0F0F0 ;
    border-top: 1px solid #CCC ;
    border-left: 1px solid #CCC ;
    border-right: 1px solid #CCC ;
    }

    dl.tabs {
    float: left;
    margin-bottom: -1px;
    }
    dl {
    margin-bottom: 18px;
    }
    user agent stylesheetdl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    }

    dl.tabs dt.tabs h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    }
    h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Open Sans', sans-serif;
    }
    h3 {
    font-size: 18px;
    line-height: 20px;
    }

    dl.tabs dt.tabs h3 a {
    color: #0088CC ;
    }
    a {
    color: #08c ;
    text-decoration: none;
    }

    div.current dd.tabs {
    margin: 0;
    padding: 10px;
    clear: both;
    border: 1px solid #CCC ;
    background-color: #FFF ;
    }
    dl.tabs dt.tabs h3 a:hover {
    color: #005580;
    text-decoration: none;
    }

    dl.tabs dt.open h3 a {
    color: #000 ;
    text-decoration: none;
    }

    Let me know if it helps

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum