Modifying Sub Menu Font On Language Template - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Modifying Sub Menu Font On Language Template

UM

University of Mauritius

Template 15 hours ago

Hello,

I am trying to change the font of the subtitle from https://prnt.sc/fkEmIqysiUyj to https://prnt.sc/zPj3fshKZfk- I have been struggling with. Grateful if you could kindly advise where to modify which code to achieve this please?

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 12 hours ago #207553

Hello University of Mauritius,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. You have to use custom CSS to use different fonts for sub-menu items. For example, try this CSS to

Template Options -> Custom Code -> Custom CSS

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    font-family: 'Arial', sans-serif;
}

Best regards

0