Menu Items - Question | JoomShaper

Menu Items

CB

Christopher Billings

Helix Framework 3 years ago

Greetings,

How can i create my menu, so that the menu items don't have the highlighted colour box around them?

https://prntscr.com/11ajvc0

Thanks

0
9 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #13969

This should help:

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    background: transparent;
    background-color: transparent !important;
    color: blue !important;
}

Add inside Template Options - Custom Code - Custom CSS


In general - you should study CSS as well if you want to be a good webmaster.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #13868

Hi there,

Thanks for contacting us. Do you wanna remove active color of menu?

-Thanks

0
CB
Christopher Billings
Accepted Answer
3 years ago #13869

Yeah, i think that is it.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #13870

Please share your site URL. I will share a css code. Thanks

0
CB
Christopher Billings
Accepted Answer
3 years ago #13889

It is in the hidden section.

THanks

0
CB
Christopher Billings
Accepted Answer
3 years ago #13967

Can you please share the CSS code? Where do i need insert the code?

Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #13973

Does solve your issue?

0
CB
Christopher Billings
Accepted Answer
3 years ago #13978

Yep, all sorted. Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #13987

Great, Please close the forum post. Thanks

0