How do I Change The Menu Text Font Size - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How do I Change The Menu Text Font Size

DP

Daniel Parhomencu

Helix Framework 3 years ago

Hello ! how can one change the Menu text font size "Home" "Contact"menu texts for example, ive been trying around in helix ultimate that and the only thing far as i can see changing is the body text from typography. The header 1, 2, 3 etc doesnt change that either. Thank you !

edit: Also for this site i have few menu iteems home, services, contact...How to align them to show on center of menu. Logo its on left side and the buttons are far to the right side.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #81972

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue? I need to check.

-Regards.

0
DP
Daniel Parhomencu
Accepted Answer
3 years ago #82087

http://fast-cleaning.ro/ "ACASA, SERVICII si TARIFE, sitemap and CONTACT" i want to make them bigger and move them a bit to the left side to align better. Thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #82590

Use this custom CSS

.sp-megamenu-parent>li{
    position:relative;
    right:50px;

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

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

1