- Posts: 203
- Thank you received: 5
OS Property support center
How to hide (not disable the component) the home inspection times
- MelanieB
- Topic Author
- Away
- Elite Member
-
Less
More
6 years 6 months ago #117748
by MelanieB
How to hide (not disable the component) the home inspection times was created by MelanieB
Hi,
I want to hide the Open for inspection times on every device. At the moment it is still displaying on mobile devices. I don't want to disable the module as it is still being used in a different way, I just want to hide the thumb that appears on mobiles as it covers over the text.
I have managed to hide it on other device sizes using the following css:
div.os_property_content .inspectiontimes {
visibility: hidden !important;
}
These are what I have tried on mobile versions:
.inspectiontimes {
visibility: hidden !important;
}
div.os_property_content.row.img-thumbnail .inspectiontimes {
visibility: hidden !important;
}
The above make it dissapear in Chrome inspection window but they do nothing when applied to my custom css.
What would be the corrects css to hide it on mobile too (or on every device if possible)?
Kind regards
Mel
I want to hide the Open for inspection times on every device. At the moment it is still displaying on mobile devices. I don't want to disable the module as it is still being used in a different way, I just want to hide the thumb that appears on mobiles as it covers over the text.
I have managed to hide it on other device sizes using the following css:
div.os_property_content .inspectiontimes {
visibility: hidden !important;
}
These are what I have tried on mobile versions:
.inspectiontimes {
visibility: hidden !important;
}
div.os_property_content.row.img-thumbnail .inspectiontimes {
visibility: hidden !important;
}
The above make it dissapear in Chrome inspection window but they do nothing when applied to my custom css.
What would be the corrects css to hide it on mobile too (or on every device if possible)?
Kind regards
Mel
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
6 years 6 months ago #117762
by Mr. Dam
Replied by Mr. Dam on topic How to hide (not disable the component) the home inspection times
Hi Mel,
You can disable Open time for inspector part by going to OS Property Configuration -> Tab: Properties and select No at field: Open time.
Thanks
Dam
You can disable Open time for inspector part by going to OS Property Configuration -> Tab: Properties and select No at field: Open time.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- MelanieB
- Topic Author
- Away
- Elite Member
-
Less
More
- Posts: 203
- Thank you received: 5
6 years 6 months ago #117766
by MelanieB
Replied by MelanieB on topic How to hide (not disable the component) the home inspection times
Hi Dam,
thanks. I know I can do that, but it needs to stay active as is used by some custom work I have done. I just need to hide it. I have managed to do it on Desktop but it still shows on mobile.
Kind regards
Mel
thanks. I know I can do that, but it needs to stay active as is used by some custom work I have done. I just need to hide it. I have managed to do it on Desktop but it still shows on mobile.
Kind regards
Mel
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
6 years 5 months ago #118936
by Mr. Dam
Replied by Mr. Dam on topic How to hide (not disable the component) the home inspection times
Hi Mel,
Actually, you can use:
display:none !important
instead of
visibility: hidden !important;
Dam
Actually, you can use:
display:none !important
instead of
visibility: hidden !important;
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.