Submenu Font Family - Question | JoomShaper

Submenu Font Family

ML

Mike Lawson

Helix Framework 9 months ago

Hello, Im trying to change the font for my submenu dropdown items. Im using Helix 2.1.1. Ive tried all the tips in the documentation but it doesnt work. Can you provide some insight? Thanks

tcarrassociates.com

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #180749

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
  font-family: cursive !important;
}

And use that font which you want to set. If you need any further help, feel free to ask me.

-Regards.

0
ML
Mike Lawson
Accepted Answer
9 months ago #180755

Ok I got that to work, thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #180821

Glad to know that. You are most welcome.

0