New Landing How can we help? Themeforest Theme Support Dante Change Accordion Color when it is open (and hovered on)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #302636
    iampossible
    Member
    Post count: 21

    Hi,

    I can’t seem to find the settings(or correct custom css) which allows us to choose the color of an Accordion’s title’s font when it opened up.

    The accordions on my page have the same color for the title’s font and the background color. So whenever I hover on an opened accordion the title becomes the same color as the background and it just disappears.

    I’ve also added custom css after reading your responses to questions by other users.

    PS: The font of the title when the accordion is open and hovered on is #1DC6DF, and the background color of an accordion when it is open is also #1DC6DF.

    CUSTOM CSS (so far)
    .spb_accordion .ui-state-hover{
    background-color:#E4E4E4!important;
    }
    .spb_accordion .ui-state-hover a{
    background-color:#E4E4E4!important;
    }
    .spb_accordion .ui-state-active, .spb_accordion .ui-state-default{
    background-color:#1DC6DF!important;
    }
    .spb_tabs .nav-tabs li.active a, .spb_tour .nav-tabs li.active a, .spb_accordion .spb_accordion_section > h3.ui-state-active a {
    background-color: #1DC6DF!important;
    }

    #302864
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option and change the color I provided below

    .spb_tabs .nav-tabs li.active a, .spb_tour .nav-tabs li.active a, .spb_accordion .spb_accordion_section > h3.ui-state-active a {
        background-color: #1DC6DF!important;
        color: #000!important;
    }

    -Rui

    #302895
    iampossible
    Member
    Post count: 21

    Thank you Rui, it worked like a charm.

    #302896
    iampossible
    Member
    Post count: 21

    Please mark this as resolved, I tried it myself but it never works..

    #303169
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Marked as resolved.

    -Rui

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