Change book now button color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17176

    Hi

    How do I change the colour of the book now button as seen on the trip page here:
    https://www.bravebyfaith.com/itinerary/bali-indonesia/

    #17178

    All good. I found it using this CSS
    .wp-travel.trip-headline-wrapper .wp-travel-booknow-btn {
    padding: 10px 50px;
    font-size: 24px;
    box-shadow: none;
    margin-right: 15px;
    background: #f2b84b;
    color: white
    }

    #17180
    Support Team
    Keymaster

    Hello @justin-g25gmail-com,

    Replace the above-given CSS with the CSS given below.

    .wp-travel.trip-headline-wrapper .wp-travel-booknow-btn { 
        background: #d9a0af !important;
    }

    Add the CSS in Additional CSS section.

    Thank you.

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