• Resolved mxnmnn

    (@mxnmnn)


    Hey Guys,
    I’m building am B&B-Site atm and I’m struggeling with your plugin.
    I changed all button-colors in the customizer to my desired colors. It works great except with your Hotel Booking Plugin. The hover color is always blue. No matter what I do… Here is a screenshot.

    Any ideas how I can fix this?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor motopress

    (@motopress)

    Hello, the Hotel Booking button hover color depends on your active theme styles. You can change the hover blue color by adding the below CSS style (change #0366d6 to the needed color instead):

    .btn:hover, .button.button-primary:hover, button:hover, input:hover[type=button], input:hover[type=submit] {
        background-color: #0366d6;
    }
    • This reply was modified 4 years, 10 months ago by motopress.
    Thread Starter mxnmnn

    (@mxnmnn)

    Thanks for your answer. I don’t know why but it always stays blue no matter which hover color I choose in the Customizer.
    And where do I find the CSS file to add the lines of code to?

    Plugin Contributor motopress

    (@motopress)

    Hi @mxnmnn,
    You may place the style to Appearance > Customize > Additional CSS:

    .btn:hover, .button.button-primary:hover, button:hover, input:hover[type=button], input:hover[type=submit] {
        background-color: #f4e8c3;
    }
    Thread Starter mxnmnn

    (@mxnmnn)

    Thanks alot! ??

    Plugin Contributor motopress

    (@motopress)

    You are welcome ?? I’d highly appreciate if you rate Hotel Booking plugin here https://www.ads-software.com/support/plugin/motopress-hotel-booking-lite/reviews/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change button color’ is closed to new replies.