Free and Premium WordPress Plugins & Themes Forums WordPress Themes Alpenhouse Hide check in label on home page search form
- This topic has 8 replies, 3 voices, and was last updated 3 years, 2 months ago by Andre Flores.
- AuthorPosts
- August 23, 2021 at 11:22 pm #1174725richard simpsonParticipant
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
RichardAugust 30, 2021 at 6:26 am #1177361Andre FloresModeratorHello Richard,
Simply use the following code:
.mphb_sc_search-check-in-date label, .mphb_sc_search-check-out-date label { display: none; }
Regards,
AndreAugust 31, 2021 at 2:23 am #1177852richard simpsonParticipantThanks a lot, works fine.
August 31, 2021 at 4:24 am #1177942Andre FloresModeratorYou 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!
September 8, 2021 at 12:20 am #1181682Daniel GomezParticipantHi I have tried this but it’s not working for me?
September 8, 2021 at 12:38 am #1181698Daniel GomezParticipantSorry just realised it’s the wrong theme as I have albatross. Can you advise on Albatross please?
September 10, 2021 at 1:13 am #1183079Andre FloresModeratorHello 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,
AndreSeptember 10, 2021 at 9:09 am #1183425Daniel GomezParticipantweirdly still not working for me?
September 15, 2021 at 1:24 am #1185463Andre FloresModeratorHello 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 - AuthorPosts
- You must be logged in to reply to this topic.