New Landing How can we help? Atelier How to change accordion hover color?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #237674
    nickmann
    Member
    Post count: 45

    Hello, when I hover over my accordion text, it transitions to white. How can I change this color?

    #237678
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_accordion .spb_accordion_section > h4 a:hover{
    color:#ff0000 !important;
    }
    

    Thanks
    Mohammad

    #237682
    nickmann
    Member
    Post count: 45

    Thanks Mohammad!

    By any chance you know the css to change the footer links to a different color when hovered?

    #237683
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code:-

    #footer a{
    color:#ff0000 !important;
    }
    

    Thanks
    Mohammad

    #237685
    nickmann
    Member
    Post count: 45

    It looks like the code isn’t working. I noticed there no hover command.

    #237689
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Sorry! My mistake. Try this one:-

    #footer a:hover{
    color:#ff0000 !important;
    }
    

    Thanks
    Mohammad

    #237690
    nickmann
    Member
    Post count: 45

    Hmm, it still doesn’t seem to work.

    #237696
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It should work. Please clear the cache and check again.
    Thanks
    Mohammad

    #237757
    nickmann
    Member
    Post count: 45

    Ok! My Bad! Thank you!

    #237772
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

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