Comments markrd789 started the conversationJanuary 20, 2025 at 9:39pmhi, just getting started on the site but wanted to see if there was an easy way (or some css code) to remove the contact us button on mobile.i'm using this to remove the magnifying glass on mobile but cant seem to find that contact button@media (max-width: 768px) { a[href="#searchbox"] { display: none !important; }}i'll add separate button below the top menu for search and contact (just on mobile)Attached files: 473533901_1623712685692636_1428283003556653759_n.jpgmarkrd789 repliedJanuary 20, 2025 at 10:11pmand it seems to be when i have the MENU BOTTOM BAR selected from Header Navigation - Layout & Content Relatedthanks 1,986Judith repliedJanuary 21, 2025 at 4:53amHello there, Thanks for writing to us. It seems like it was already removed on mobile: Please confirm whether this is now resolved for you. I look forward to your response.markrd789 repliedJanuary 21, 2025 at 11:00amthanks, Judith I was able to remove it last night. I used this, let me know if there is a more efficient way to do remove the search icon and the contact me just from mobile. @media (max-width: 768px) { a[href="#searchbox"] { display: none !important; }} #menu-portfolio-layered-cta-1 > li:nth-child(1) > a:nth-child(1) { display: none !important;} 9,059Tahir repliedJanuary 21, 2025 at 11:10amHey Again, Yes, that's is correct. Best ThemeNectar Support Team Sign in to reply ...
hi, just getting started on the site but wanted to see if there was an easy way (or some css code) to remove the contact us button on mobile.
i'm using this to remove the magnifying glass on mobile but cant seem to find that contact button
@media (max-width: 768px) {
a[href="#searchbox"] {
display: none !important;
}
}
i'll add separate button below the top menu for search and contact (just on mobile)
Attached files: 473533901_1623712685692636_1428283003556653759_n.jpg
and it seems to be when i have the MENU BOTTOM BAR selected from Header Navigation - Layout & Content Related
thanks
Hello there,
Thanks for writing to us.
It seems like it was already removed on mobile:
Please confirm whether this is now resolved for you.
I look forward to your response.
thanks, Judith I was able to remove it last night. I used this, let me know if there is a more efficient way to do remove the search icon and the contact me just from mobile.
@media (max-width: 768px) {
a[href="#searchbox"] {
display: none !important;
}
}
#menu-portfolio-layered-cta-1 > li:nth-child(1) > a:nth-child(1) {
display: none !important;
}
Hey Again,
Yes, that's is correct.
Best
ThemeNectar Support Team