Forum breadcrumbs - You are here:ForumThemeGlance: Luxury TravelShortcodes
Please or Register to create posts and topics.

Shortcodes

https://ruralchauffeur.co.uk/tours/

the short code for all tours isnt displaying correctly, have you any recommendation as to how to get it working correctly?

regards Robert

Hi,

Kindly please add the Shortcode in the shortcode block.

Many Thanks!

 

When I add the short code into the page I have an issue that the tours are displaying white square backgrounds I need to change them to another colour in keeping with the rest of the site not the white that they are defaulted to.

please can you tell me how I can change the colours within that page for the information generated by the short code.

if i cant change the background how could i change the colour of the text withing that perticular part of the website without it affecting anywhere else.

Chauffeur Guided Tours

Hi,

Kindly follow the steps given below

Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

.deals-discounts-box {
background-color: #000; /* Add you want background color here */
}

OR

.page-id-4407 .deals-discounts-text {
color: #000; /* Add you want text color here */
}

Many Thanks