Hide check in label on home page search form

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1174725
    richard simpson
    Participant

    Hi
    Can I hide the check in and out labels and asterisk on search form via css?

    <label for=”mphb_check_in_date-mphb-search-form-61249d2faf869″>

    How do you set display to none please?

    Thanks
    Richard

    #1177361
    Andre Flores
    Moderator

    Hello Richard,

    Simply use the following code:

    .mphb_sc_search-check-in-date label, .mphb_sc_search-check-out-date label {
    	display: none;
    }

    Regards,
    Andre

    #1177852
    richard simpson
    Participant

    Thanks a lot, works fine.

    #1177942
    Andre Flores
    Moderator

    You are most welcome, I am glad it worked.
    It would be very much appreciated if you share your positive feedback about the Alpenhouse theme at: https://motopress.com/products/alpenhouse/#edd-reviews-respond.

    Thank you in advance!

    #1181682
    Daniel Gomez
    Participant

    Hi I have tried this but it’s not working for me?

    #1181698
    Daniel Gomez
    Participant

    Sorry just realised it’s the wrong theme as I have albatross. Can you advise on Albatross please?

    #1183079
    Andre Flores
    Moderator

    Hello Daniel,

    I have just checked the Albatross theme and the above code works fine for it. Try adding an !important declaration to the rule, so it looks as follows:

    .mphb_widget_search-check-in-date label, .mphb_widget_search-check-out-date label {
    	display: none !important;
    }

    Regards,
    Andre

    #1183425
    Daniel Gomez
    Participant

    weirdly still not working for me?

    #1185463
    Andre Flores
    Moderator

    Hello Daniel,

    Kindly submit a request to our Help Desk providing your website URL and temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

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