New Landing How can we help? Atelier Accordion section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #273480
    alexanderchristiansen
    Member
    Post count: 179

    Hello,
    How do I chance the size of the “+” sign to the right of my headers? The one spinning.
    I would like to have it somewhat smaller ๐Ÿ™‚

    Attachments:
    You must be logged in to view attached files.
    #273518
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option and adjust to desired size. The current size is 24px

    .spb_accordion .spb_accordion_section>h4 a:after {
        font-size: 18px;
    }

    Hope it helps.

    -Rui

    #273519
    alexanderchristiansen
    Member
    Post count: 179

    Hi Rui,
    Unfortunately it doesn’t seem to make the “+” smaller ๐Ÿ™

    #273523
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this way using the !important

    .spb_accordion .spb_accordion_section>h4 a:after {
        font-size: 18px!important;
    }

    -Rui

    #273532
    alexanderchristiansen
    Member
    Post count: 179

    Sorted!
    Thanks a bunch.

    Can we remove the hover effect on mouse-over though? It looks a bit random now ๐Ÿ™‚

    #273562
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.

    Try this one.

    spb_accordion .spb_accordion_section>h4:hover a:after {
        -webkit-transform: none!important;
        transform: none!important;
    }

    -Rui

    #273745
    alexanderchristiansen
    Member
    Post count: 179

    Amazing thanks!

    #273762
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Rui

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 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