Olandor
1
Dear all,
I’m using Debutify theme 3.0.6, I want to remove the Phone/Call contact in announcement bar / right area. How can I remove this please ?
I removed below code in drawer-menu.liquid
phone
{{ shop.phone }}
The phone disappeared in mobile version after removal, but in desktop its still there.
Thanks all
Olandor
3
It’s ok I just found the solution. thanks for your reply
@Olandor
Please try this code
-
Go to Online Store->Theme->Edit code
-
Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width:769.1px){
.inline-list li:nth-child(1) {display: none !important;}
}
Thanks!