is it possible to remove these menu item under lines on prestige theme ?

I need help removing the lines under each menu navigation on the side bar navigation drawer pleasee !

Please provide store url and password if have!

Hi @Changedmyus0rn3

Can you try adding the below CSS to the end of “theme.css” file

.header-sidebar__linklist li {
    border: none;
}

If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please hit Like and Mark it as Solution!

Did not work unfortunately :downcast_face_with_sweat: . I appreciate trying to help :slightly_smiling_face:

hey there !

website backtoreality.co

password - reality

this code did not work

.header-sidebar__linklist li {
border: none;
}

thank you in advance !

@Changedmyus0rn3
Add this instead

.SidebarMenu .Collapsible, .SidebarMenu .Linklist {
    border: none;
}
1 Like

@Changedmyus0rn3

Add this code to your CSS file :

.Drawer__Container .SidebarMenu__Nav .Collapsible{ border-bottom: 0px solid #c7c4bf !important;}

Let me know if it works or not. If it doesn’t work then share a screenshot where you have insert the code.

YES ! that worked , thank you so much Jasmeet !

the besttt :black_heart:

1 Like

i appreciate your input

@Changedmyus0rn3 Was that work or not?

i was actually just provided with another code that worked, but i really appreciate you for your help as well !

is it possible to hide the header at the checkout page ?

Hi jasmeet !

do you know if its possible to hide the header on the checkout page on all devices ?

url - backtoreality.co

pass- iambtrr

Hi @Changedmyus0rn3
Glad it worked.
It would be great if you mark it as a solution.

We have limited access to checkout on all plans other than Plus. Is your store on Shopify Plus plan?
If not, you can try some of the checkout app if they can work as per your requirement

1 Like