HomePage Forums Traveler Font color in ST Tour Tabs Content

Topic Resolution: Resolved

This topic contains 13 replies, has 3 voices, and was last updated by  Bryan 4 years, 12 months ago.

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1635

    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.
    #1639

    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.
    #1647

    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:

    Color code

    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.
    #1723

    Got it. thanks

    #1740

    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!

    #1741

    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!

    #8868

    how do i change the font color of the tour price in “ST List Tour” section? please see my screenshot

    #8921

    You can use this css code to change that price color:

    .list_tours .thumb-caption .text-darken span.text-lg {color: #ffffff;}

    Thanks

    #9469

    i want to change the background color of this bar, thanks…

    Attachments:
    You must be logged in to view attached files.
    #9536

    Hello

    This css code will help you change background color of that bar:

    .sort_top { background: #c2e7d5 !important;}

    Thanks

    #15871
    This reply has been marked as private.
    #15944

    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

    #16046
    This reply has been marked as private.
    #16087

    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

Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘Traveler’ is closed to new topics and replies.