Home Forums Free Themes Travel Master Hide group size

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #147999
    BosIsLos
    Participant

    Hello,
    Great theme! Just started it.
    Is is possible to hide group size in a trip?
    Thanks,
    Alex

    #148043
    Psink
    Keymaster

    Hello there

    Yes it is possible can you please share a screenshot and the site URL?

    Regards,
    Psink

    #148058
    BosIsLos
    Participant

    Hi Psink,

    https://bosislos.nl/

    But it is still hidden because I`m not ready yet.
    This theme is exactly what I was looking for but has a few extras that don`n match with my concept.
    It is a nonprofit site with free hiking an biking routes and blogs, without commercials.

    I`d like to remove everywhere:
    – Prices
    – Group Size
    – No. of travellers
    – Duration
    and maybe I’ll find even more.

    I can find and remove it in the source code but I hope you have a better idea. (CSS)
    I have already a child theme.

    No idea how to put a screenshot in this message…

    Thanks in advance,
    Alex Bos

    #148090
    Psink
    Keymaster
    #148094
    BosIsLos
    Participant

    Hi Psink,

    Thanks!
    Your absolutely right with the screenshots.

    Regards,
    Alex

    #148164
    Psink
    Keymaster

    Add this code in Additional Css

    
    .trip-price,
    .travel-info,
    .wp-travel-trip-time, 
    .trip-duration,
    .wp-detail-review-wrap{
    	display: none !important;
    }
    

    Regards,

    #148318
    BosIsLos
    Participant

    Hi Psink,

    Works great!

    Thank you.

    BR Alex

    #148429
    Psink
    Keymaster

    glad to help you
    regards,

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.