Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #303921
    micheal_w
    Member
    Post count: 498

    I would like to change the style of the accordion if possible, being more minimal without extra elements:

    – would like to remove the border (but keep the separator between each accordion, grey)
    – change the background to white
    – change the title to #222 all the time (no hover)
    – have the title 12px
    – remove the padding from the left and right at the title & description

    Thanks in advance!
    M.

    #304195
    David Martin – Support
    Moderator
    Post count: 20834

    Can you link us to your page where this exists?

    – David.

    #304197
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #304544
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks, try these:

    .spb_accordion .spb_accordion_section {
        border-top: none!important;
        border-left: none!important;
        border-right: none!important;
    }
    .spb_accordion .spb_accordion_section > h4.ui-state-default {
        background-color: transparent;
    }
    .spb_accordion .spb_accordion_section>h4 a {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    .spb_accordion .spb_accordion_section>h4 {
        opacity: 1;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.