New Landing How can we help? Atelier Accordion in Different Style

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #314026
    amrit02
    Member
    Post count: 46

    Hi there,

    I was wondering if this type of accordion is technically possible to make using the current Atelier theme.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #314339
    David Martin – Support
    Moderator
    Post count: 20834

    It’s possible it might be with a little CSS. What is your URL/WP login?

    #314455
    amrit02
    Member
    Post count: 46
    This reply has been marked as private.
    #314784
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks, will take a closer look and report back the CSS.

    #314934
    amrit02
    Member
    Post count: 46

    Thanks David

    #315088
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .woocommerce div.product .woocommerce-tabs ul.tabs  {
        float: none;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
        padding-left: 0;
        overflow: visible;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        background: transparent !important;
        margin: 0 !important;
        box-shadow: none;
        padding: 0 !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        width: auto;
        display: inline-block;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        white-space: nowrap;
        margin-right: 0;
        padding: 9px 10px;
        display: block;
        background: transparent;
        text-overflow: none !important;
        overflow: auto;
        max-width: none !important;
        font-size: 12px !important;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        background: #eee;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
        display:none;
    }
    
    .woocommerce div.product .woocommerce-tabs {
        margin-top:10px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register