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

Solved

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

Changedmyus0rn3
Excursionist
37 0 3

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

 

Screenshot 2024-04-19 at 5.29.41 AM.png

Accepted Solutions (2)
JasmeetVT14313
Shopify Partner
292 63 76

This is an accepted solution.

@Changedmyus0rn3 
Add this instead

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

 

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

View solution in original post

JasmeetVT14313
Shopify Partner
292 63 76

This is an accepted solution.

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

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

View solution in original post

Replies 13 (13)

saim007
Shopify Partner
609 74 104

Please provide store url and password if have!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
Changedmyus0rn3
Excursionist
37 0 3

hey there ! 

website backtoreality.co 

password - reality 

this code did not work 

.header-sidebar__linklist li {
border: none;
}

 

thank you in advance !

 

JasmeetVT14313
Shopify Partner
292 63 76

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!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Changedmyus0rn3
Excursionist
37 0 3

Did not work unfortunately 😓. I appreciate trying to help 🙂  

JasmeetVT14313
Shopify Partner
292 63 76

This is an accepted solution.

@Changedmyus0rn3 
Add this instead

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

 

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Changedmyus0rn3
Excursionist
37 0 3

YES ! that worked , thank you so much Jasmeet ! 

the besttt🖤

Changedmyus0rn3
Excursionist
37 0 3

Hi jasmeet ! 

 

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

 

url - backtoreality.co 

pass- iambtrr

JasmeetVT14313
Shopify Partner
292 63 76

This is an accepted solution.

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

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

techDynasty
Shopify Partner
69 11 13

@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. 

> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on techdynastybd@gmail.com"
Buy Me a Coffee
Changedmyus0rn3
Excursionist
37 0 3

i appreciate your input 

techDynasty
Shopify Partner
69 11 13

@Changedmyus0rn3 Was that work or not?

> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on techdynastybd@gmail.com"
Buy Me a Coffee
Changedmyus0rn3
Excursionist
37 0 3

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

Changedmyus0rn3
Excursionist
37 0 3

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