This topic contains 13 replies, has 3 voices, and was last updated by Bryan 4 years, 12 months ago.
-
AuthorPosts
-
could you please tell me the code/change for me the font color in this sections (screenshot)
thanks.
Attachments:
You must be logged in to view attached files.I’m attaching another section to change the font color, thanks. the text in day itinerary is in white color.
Attachments:
You must be logged in to view attached files.Hello RIDEMBSHINE,
You have customized background of layout tour so you also need to customize text color to display better.
1. You go to edit layout tour and add extra class for “ST Tour Tab Content” row.
2. Next, You go to edit page of this tour and click to Page Setting and add your custom css. I have added sample code css in Page setting of this tour.color: #000 !important;
You can see above code have “#000” string. This is color code. You can get color code in website:
Last, you need to save layout and tour.
You can see my attachments.
Thank you.
Attachments:
You must be logged in to view attached files.Got it. thanks
We hope you’re happy with it.
Your satisfaction is our pleasure – Please vote and send your comments to us if you happy with our products and support.
Thanks a lot!
We hope you’re happy with it.
Your satisfaction is our pleasure – Please vote and send your comments to us if you happy with our products and support.
Thanks a lot!
how do i change the font color of the tour price in “ST List Tour” section? please see my screenshot
You can use this css code to change that price color:
.list_tours .thumb-caption .text-darken span.text-lg {color: #ffffff;}
Thanks
i want to change the background color of this bar, thanks…
Attachments:
You must be logged in to view attached files.Hello
This css code will help you change background color of that bar:
.sort_top { background: #c2e7d5 !important;}
Thanks
This reply has been marked as private.Hello
I can see you have set background image for that page. You can change background image to Background Color via visual row setting.
Thanks
This reply has been marked as private.You can try this code to set background color for page title in default page template to be white:
.page-template-default .page-title { background-color: #fff;}
Thanks
-
AuthorPosts
The forum ‘Traveler’ is closed to new topics and replies.