Hide Main Page Thumbnails Wording Display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13053
    max
    Participant

    Hi,

    May i request to know how to hide the thumbnails wording that display and delete the opacity of the thumbnails to more clear without any effect.

    https://www.sunrise.com.my/tours/

    #13064
    Support Team
    Keymaster

    Hello @max,

    To hide the thumbnail wording, please add below given CSS.

    .post-item-wrapper.trip-details .post-content .trip-metas {
        display: none;
    }

    Also now to remove the effect add below given CSS.

    .post-item-wrapper span.effect {
        display: none;
    }

    Hope this helps.

    Thank you.

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