• Resolved bvelsink

    (@bvelsink)


    I have a few buttons on this page that open up modal popup boxes. The buttons are as you can see blue and white text. I was wondering how I can add mouseover (hover) effects to the button. My idea is to make the buttons a lighter blue upon hovering.
    Hope I made myself clear with my issue ??

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Let me know where is the button exactly located.

    We will share a Custom CSS code for you.

    Thanks

    Thread Starter bvelsink

    (@bvelsink)

    There are three buttons called “Tell Me More”. They are under the images and headings of “Meet Our Team, 10K CLub, and Highlight Of The Week”. We are looking to have it match the “Tell Me More” button that is under “Out In The Community”.

    Thank for you your very quick response!

    • This reply was modified 5 years, 10 months ago by bvelsink.
    Plugin Author A WP Life

    (@awordpresslife)

    Try this CSS into Custom CSS setting:

    
    .btn:focus, .btn:focus, .btn:hover {
        color: #FFF !important;
        background-color: #5c73ca;
    }
    

    And let us know.
    Thanks

    Thank you! I will give this a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hover over buttons’ is closed to new replies.