Remove 'Group Size' and 'Activities' on trip details

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7044
    richarddeeha
    Participant

    Hello, i’d like to hide the activities and group size as i don’t use those settings?

    #7046
    Support Team
    Keymaster

    Hello @richarddeeha,

    First of all thank you very much for using the WP Travel plugin.

    Now to remove the field as you have mentioned please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .wp-travel-trip-meta-info ul li:nth-of-type(2), .wp-travel-trip-meta-info ul li:nth-of-type(3) {
       display: none;
    }

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Best Regards!!

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