Submenu Color Change - Question | JoomShaper

Submenu Color Change

P

Pio

Template 1 year ago

Hello, I'm using the "Dentro" template for the www.medigen.clinic/test site. I would like to change the color of the menu subitems https://ibb.co/xG5sTxp to make them more visible. What is the css to use?

Thanks Pio

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #158183

Hi,

Thanks for contacting us. Use this CSS in your custom.css file

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #fff !important;
}

-Regards.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #158182

Hi there!

Thanks for reaching out to us.

Here is the sample custom CSS for you:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: red !important;
}

You can use any colors of your choic in the above code.

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
P
Pio
Accepted Answer
1 year ago #158201

Thanks!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #158221

You are welcome.

0