Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154951
    gestaltakademin
    Participant

    Hi,
    I’m working in Clean Education Pro and need help with the Button Hover Text Color for the Hero Content. I’m setting it to white in the same way as I do for the Featured Sliders Button Hover Text, but it does not show. I can change it to any other color and it changes, but not to white….. The weird thing is that it works for the Featured Sliders but not Hero Content…

    A bug in the system or what am I missing?

    The site I’m working on is http://www.gestaltkurser.se

    Thanks for any help!
    Monica

    #154970
    Skandha
    Participant

    @gestaltakademin: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hero-section .readmore a:hover {
         background:#fff !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #154981
    gestaltakademin
    Participant

    Hi and Thanks!

    It didn’t help but I think that’s because it’s not the backgroud hover color I’m trying to change but the hover text. It needs to go white when the background color changes to green. I have the Clean Education Pro and the settings are the same when it comes to color in the Hero site and in the Featured Slider site but the effect on the site is not…
    Can I chand background to text in the Css and get the effect?

    Kind regards,
    Monica

    #154985
    Skandha
    Participant

    @gestaltakademin: My bad.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hero-section .readmore a:hover {
         color:#fff !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button Hover Text Color’ is closed to new replies.