Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396321

    MattHoll
    Participant

    If that’s not possible, if I can get the numbers and letters to have their hover colors at the same time that’d be great. Right now, when I hover over the box towards the edge, only the numbers highlight until I get closer to the actual link, in letters. I might want to turn off having the whole li clickable as long as I could get those hover colors to come on at the same time.

    Thanks.

    #1396723

    Nabeel A
    Moderator

    Hi again,

    To achieve this add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .cat-item:hover a, .widget li:hover a {
        color: rgb(242, 117, 85) !important;
    }

    Let us know how this goes!

    #1396761

    MattHoll
    Participant

    Thanks!

    #1397230

    Christopher
    Moderator

    You’re welcome.