- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by
Support Team.
- AuthorPosts
- December 6, 2019 at 10:19 pm #21822
carolduffyford
ParticipantHi 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!
December 9, 2019 at 4:47 am #21857Support Team
KeymasterHello @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.
December 10, 2019 at 5:56 pm #21911carolduffyford
ParticipantThank you for your response. Would like to change the highlighted piece. Please see image and url below
https://imgur.com/a/7ZZJIW7December 11, 2019 at 7:23 am #21926Support Team
KeymasterHello @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.
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.