change background color of trips

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21822
    carolduffyford
    Participant

    Hi team,

    I know there’s a couple ways to go about this, but is there a simpler way within the plugin to change the background color for itineraries that are created for trips? I would rather avoid creating a child template for such a small adjustment. I know this can be done through CSS as well, but I need help…what’s the best way to handle this or is there a better way? Does the PRO ver offer something more user friendly to make this change? Thanks!

    #21857
    Support Team
    Keymaster

    Hello @carolduffyford,

    Can you please provide the screenshot of the section that you want to change the color for so that we will be clear and can provide the precise CSS?

    Also, if possible please provide your site URL as well.

    Thank you.

    #21911
    carolduffyford
    Participant

    Thank you for your response. Would like to change the highlighted piece. Please see image and url below
    https://imgur.com/a/7ZZJIW7

    #21926
    Support Team
    Keymaster

    Hello @carolduffyford,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .single-itineraries .right-plot-inner-wrap .entry-header .entry-title{
        background-color: #DDC7C7;
    }
    .single-itineraries .trip-price{
      background-color: #DDC7C7;
    }
    .single-itineraries .wp-travel-trip-meta-info .travel-info{
      background-color: #DDC7C7;
    }
    .single-itineraries .wp-travel-booknow-btn{
      background-color: #DDC7C7;
    }
    .single-itineraries .wp-travel-trip-code span{
      background-color: #DDC7C7;
    }
    .single-itineraries .wp-travel-trip-code code{
      background-color: #DDC7C7;
    }

    Change the color code 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.