Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Remove Underline On Mega Menu (Prestige theme)

Solved

Remove Underline On Mega Menu (Prestige theme)

Boogie_dk
Shopify Partner
24 0 4

I want to remove the underline in my mega menu. I am using the Prestige theme. The shop is currently under development, so I can not share a URL but I can accept a collaborator request or send login to the store.

 

Skærmbillede 2024-04-11 kl. 10.25.21.png

Accepted Solution (1)
zack_dev
Shopify Partner
76 14 11

This is an accepted solution.

nav.header__primary-nav.header__primary-nav--center .header__dropdown-menu:before {
display:none;
}

try adding this css



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

View solution in original post

Replies 10 (10)

zack_dev
Shopify Partner
76 14 11

Hi you can remove it by custom css you can send me login so i can check.



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

Boogie_dk
Shopify Partner
24 0 4
Kode: Bogiliam2015 
zack_dev
Shopify Partner
76 14 11
nav.header__primary-nav.header__primary-nav--center li:before {
    display: none;
}

you can use this css in theme customizer



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

Boogie_dk
Shopify Partner
24 0 4

It still show under the ordinary menu, but it worked for the Mega menu. Can I add some more css to the the theme customizer?

Skærmbillede 2024-04-11 kl. 12.58.00.pngSkærmbillede 2024-04-11 kl. 12.58.10.png

zack_dev
Shopify Partner
76 14 11

This is an accepted solution.

nav.header__primary-nav.header__primary-nav--center .header__dropdown-menu:before {
display:none;
}

try adding this css



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

Boogie_dk
Shopify Partner
24 0 4

Thank you so much - it worked! 🙂

zack_dev
Shopify Partner
76 14 11

you are welcome 🙂



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

Elyjana
Tourist
7 0 0

Hello! Can you please help me with the same issue? 

Also, I am not sure how to make a horizontal mega menu instead of a vertical one.

Website is www.negujse.com

Raj-webdesigner
Shopify Partner
349 87 82

Add this css in your edit code > theme.css File

.header__primary-nav-item:before{
    display:none;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Boogie_dk
Shopify Partner
24 0 4

Thank you but this does not work 😕