OnePage Template. How To Change Main Menu Font Size? How To Change Dropdown Menu Font Size? - Question | JoomShaper

OnePage Template. How To Change Main Menu Font Size? How To Change Dropdown Menu Font Size?

S

Sam

Template 1 year ago

Hi all,

OnePage template.

How to change Main Menu font size?

How to change Dropdown Menu font size?

Your help is greatly appreciated. Thank you.

0
4 Answers
A
Arthur
Accepted Answer
1 year ago #108699

Good question. I would like to know that too. I have a feeling like new version os SPB is missing some features (which were in the previous versions. For example I want to SAVE a page as template to re-use is and I do not see that option

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

Hi Sam!

Thanks for contacting us.

Please use the following code in your custom CSS:

.sp-megamenu-parent, .sp-megamenu-parent > li > a {
    font-size: 18px;
}

You may change the font size value in your code above as per your need.

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #108897
0
S
Sam
Accepted Answer
1 year ago #110554

Hello Rashida, thank you!

Also, How can I change the font size for the drop down menu ?

0