New Landing How can we help? Themeforest Theme Support Dante sidebar link text color no hover effect

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #321993
    marcmelo
    Member
    Post count: 35

    hello there. i changed the text color in my sidebar from black to white. before i changed the color, the link text hover color changed from black to my the color i set. after i changed the text color from black to white, the link text hover color don’t change.
    i hope you can help me.

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

    Hi,

    To adjust the hover color in that sidebar widget, add the code below to your custom css option. Change to the desired color.

    .sidebar #text-2 span:hover {
        color: #000!important;
    }

    If you want to apply it in all text widgets of the sidebar use this one instead.

    .sidebar span:hover {
        color: #000!important;
    }

    -Rui

    #322291
    marcmelo
    Member
    Post count: 35

    thank you, it works. but when i use the 2. code, also the text which is no link have the hover effect. i need the hover only for the links.

    #322293
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Replace by one of those:

    .sidebar #text-2 a span:hover {
        color: #000!important;
    }
    .sidebar a span:hover {
        color: #000!important;
    }

    -Rui

    #322628
    marcmelo
    Member
    Post count: 35

    perfect, thx a lot

    #322688
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

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 the following item
Login and Registration Log in · Register