Group Size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13773
    max
    Participant

    Hi sir,

    Regarding the “Group Size” from Dates and Prices column is that anyway to hide the group size & how to edit the wording of group size with the number in example “group size above 15 + 1”

    Thank

    #13774
    max
    Participant

    Hi sir,

    I just find the source code from your forum and it’s work just hide using below the code.

    But may i know how to hide the “Fixed Departure” display?

    .post-type-archive-itineraries .wp-travel-archive-content,
    .single-itineraries .wp-travel-content {
    margin-top: 175px;
    }

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

    #13776
    Support Team
    Keymaster

    Hello @max,

    Can you please provide the screenshot so that we can help you with the precise CSS fix?

    Thank you.

    #13780
    max
    Participant

    Hi sir,

    First may i know who below attachment the number is font size smaller than the RM?
    https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/4.jpg

    Second, why the spacing so big gap after i hide the using your code above?
    https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/5.jpg

    #13824
    Support Team
    Keymaster

    Hello @max,

    To increase the size of the font, please add below given CSS.

    span.wp-travel-trip-price-figure {
        font-size: 15px !important;
    }

    As for the gaping when we tested the site URL, we could not find the gaping as you can see in the screenshot below:

    http://prntscr.com/ndi7tp

    Hope this helps.

    Thank you.

    #13828
    max
    Participant

    Hi sir,

    The font size CSS is work and just check my website is ok for the gap suddenly!

    Thank you sir!

    #13837
    Support Team
    Keymaster

    Hello @max,

    Glad to help you.

    Thank you.

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