This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Change button color on hover

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Change button color on hover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25295
    yoann44487yoann44487
    Participant

    Hi !
    First of all, well done for your work!
    At first, it’s super complicated to understand everything, but the result is nice!
    There is one thing I cannot do:
    > on the search button “TROUVER MON ARTISAN”
    >>>> on this page https://point-artisans-nantes.com/
    > I’m looking to display another color in hover for the background and for the text.
    >>>> like this button
    https://point-artisans-nantes.com/button/
    Can you help me please ?
    Thank you,
    Yoann From France

    • This topic was modified 6 years, 4 months ago by yoann44487yoann44487.
    #25297
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you very much for your kind words!

    Well, there is no option for that, but you might be able to replicate that via custom CSS, something like this:

    .asp_m .promagnifier:hover * {
        background-image: none !important;
        background: black !important;
        color: #ffca07 !important;
    }
    
    /* Yellow icon */
    .asp_m .promagnifier:hover .innericon {
        background-image: url("https://point-artisans-nantes.com/wp-content/uploads/2019/12/artisan-nantes-yellow.png") !important;
    }

    In the second CSS section, you can upload a yellow version of the icon to the media library, and replace the URL in the code to that yellow icon URL – and then the icon color will also change.

    #25299
    yoann44487yoann44487
    Participant

    Ok ! It’s good !

    Thank you very much.
    Have a good day.

    #25300
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #25301
    yoann44487yoann44487
    Participant

    ok! let’s close this topic !

    Last things…. if you could translate this plugin in french… it will be very cool !

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.