Submenu Items Text - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Submenu Items Text

JZ

Jose I Zuniga

Template 2 years ago

How can i modify the text on the submenu items shown on the image. Thanks

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #133236

Use this custom CSS in your custom.css file

.sp-module ul>li>a {
  color: black !important; 
  font-size: 10pt !important; 
  font-weight: bold !important}
}

.menu-separator {
  color: black !important; 
  font-size: 10pt !important; 
  font-weight: bold !important}
}
.sp-megamenu-parent .sp-mega-group > li > a{
    color: black !important; 
  font-size: 10pt !important; 
  font-weight: bold !important
}

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #133231

Hi

Thanks for contacting us. You can change it from all menu items, follow this screenshot below:

https://prnt.sc/7cbWfLbxpPk8

https://prnt.sc/bKX1zok2-Y9F

-Regards.

0
JZ
Jose I Zuniga
Accepted Answer
2 years ago #133232

Im very sorry i should have been more specific. i meant that i would like to be able to change font styles (size, color ect)

i was able to make some changes to the level 2 submenu item text using custom css line

.sp-megamenu-parent .sp-mega-group > li > a {color: black; font-size: 14pt; font-weight: bold}

but im not sure how to change level 3 submenu items. i tried the line below but it didnt work

.sp-megamenu-parent .sp-mega-group > li > ul> il> a {color: black; font-size: 10pt; font-weight: bold}

0
JZ
Jose I Zuniga
Accepted Answer
2 years ago #133241

thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #133344

You are most welcome.

0