Change Hover color

  • Posted in : Photographer
  • bentham403
    Participant

    How can I change the color of the text when hovering. I’ve tried to do it from Appearance>Customize but it does not work. Thanks

    ahmetsali
    Keymaster

    Hi, you mean link hover text color change? I just tested this on our demo site via “Appearance > Customize” and it works on my side. Alternatively you can use this custom css code;

    a { color: #AB977A; }
    a:hover { color: #C9B69B; }
    
    bentham403
    Participant

    I think “Appearance>customize” does not work properly, it stuck in a loop re-loading the website over and over and it never stop. I don’t know if Im the only one having that issue. I will try with css, thank you very much.

    bentham403
    Participant

    I went to “apareance>editor>style.css” and I entered the code there. Does not work either. Trying another solution.

    bentham403
    Participant

    It changes the color for the links below the “previous” and “next” button on the portfolios but it does not affect to the tittle of the menu button.

    ahmetsali
    Keymaster

    you can add this custom css to change menu links hove color;

    .nav-menu ul li a:hover {
        color: #F00;
    }
    

    note: don’t edit style.css file directly, instead check out the post below about using custom css;

    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/

    bentham403
    Participant

    Thanks for the advice

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