Theme Debutify 3.0.6 - How I can remove phone number in Desktop version ?

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

    Please share store URL !

    Thanks!

    It’s ok I just found the solution. thanks for your reply

    @Olandor

    Please try this code

    1. Go to Online Store->Theme->Edit code

    2. 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!