Service Link Hover Color

This support request was posted in Paeon by saiyaex

Request ID #4257 Resolved
  • Hi,

    So I’m trying to change the hover colour of the text for the services links on the main page. When I change the primary link color, all is well and the color changes. However, the hover attribute does not seem to be working. Regardless of the color I set the hover to, the link does not change colors.

    My code:
    .home-service ul li .content .service-title a{
    color: #43484d;
    hover: #ffffff;
    }

    Any help would be appreciated. Thanks.

    Juanfra Aldasoro

    Hello,

    Thanks for writing. Hover is not a property of the a element, it is a selector.

    The code should be:

    .home-service ul li .content .service-title a{
       color: #43484d;
    }
    
    .home-service ul li .content .service-title a:hover{
       color: #fff;
    }
    
    

    Best,
    Juan.

    Thanks so much! As usual, fast and amazing support.

    Juanfra Aldasoro

    Thanks for your kind words.

    Have a nice day,
    Juan.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server