Thumbnail Wording

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12949
    max
    Participant

    To officer,

    May i know how to add shadow on the wording in thumbnail and how to change the color because it’s very difficult to see.
    Below is the URL: https://www.sunrise.com.my/tours/

    #12954
    Support Team
    Keymaster

    Hello @max,

    To add the shadow in the price that is displayed in the front end requires higher custom CSS.

    So if you require then you can hire our professional developer for this.

    Now to change the color, you can add below given CSS.

    For this you can go to the Admin Panel > Appearance > Customize > Additional CSS and add below given CSS.

    .post-item-wrapper .post-content h4 {
        color: #070403;
    }
    .post-item-wrapper.trip-details .post-content .wp-travel-trip-time {
        color: #2e201c; 
    }
    .post-item-wrapper.trip-details .trip-metas .wp-travel-trip-time i {
    	    color: #331e32;
    }
    .trip-details .trip-price i {
        color: #6d272d !important;
    }
    .post-item-wrapper.trip-details .post-content .trip-price .current-price{
    	    color: #36182d;
    }
    .post-item-wrapper.trip-details .trip-category{
    	
    	    color: #36182d;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Thank you.

    #12980
    max
    Participant

    Is that possible i create my own photo thumbnail to display in front page?

    #13003
    Support Team
    Keymaster

    Hello @max,

    Yes, it is possible but it requires higher code customization.

    So if you want then you can hire our professional developer. To hire a developer, please refer to below given link:

    http://wptravel.io/hire-our-customizer

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.