Itinerary Page CSS

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

    Hi,

    Is that anyway to change the “Explore” button from css to become colour?
    Togerther the travel title font size and color?
    https://www.sunrise.com.my/tours/itinerary/

    #13029
    Support Team
    Keymaster

    Hello @max,

    To change the background color of the explore button, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .wp-travel-default-article .wp-travel-explore a {
        background-color: #f83531;
    }
    .wp-travel-explore a {
        color: #fff;
    }

    Hope this helps.

    Thank you.

    #13049
    max
    Participant

    Hi,
    Its work and thank you.

    But may i know which css i can change the font size in https://www.sunrise.com.my/tours/itinerary/ title?

    #13061
    Support Team
    Keymaster

    Hello @max,

    To change the font size of the trip title, add below given CSS.

    .post-type-archive h2 {
        font-size: 22px;
    }

    Change the size as per your requirement.

    Thank you.

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