Change color for Book Now

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13784
    max
    Participant

    Hi sir,

    how to change the default color for the book now button to red background and white text?
    https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/6.jpg

    #13827
    Support Team
    Keymaster

    Hello @max,

    Please add below given CSS to change the color as you want.

    a.btn.add-to-cart-btn.btn-primary.btn-sm.btn-inverse {
        background-color: #f83531;
    }
    a.btn.add-to-cart-btn.btn-primary.btn-sm.btn-inverse {
        color: white;
    }

    Hope this helps.

    Thank you.

    #13829
    max
    Participant

    Hi sir,

    It’s work and thank you so much!

    #13838
    Support Team
    Keymaster

    Hello @max,

    Glad to help you.

    Let us know if you have any issues further.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.