• Resolved GIANNISCFA

    (@gianniscfa)


    Hello i am trying to remove from the tour page price range section & duration but this command doesnt work,

    .yatra-tour-filter-sidebar .yatra-tour-filter-sidebar-inner .ui-slider-range{
    display: none;
    }

    https://prnt.sc/bvuajWEa76J-

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author MantraBrain

    (@mantrabrain)

    Hi,
    You can use the following css :

    .yatra-sidebar-filter-field.price {
    display: none;
    }
    .yatra-sidebar-filter-field.days{
    display:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove price range & duration’ is closed to new replies.