Increase Main Menu Font Size - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Increase Main Menu Font Size

J

joe

Helix Framework 3 years ago

How is the font size to the main menu and dropdowns increaed?

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

Isn't it centered? If possible could you please create a new forum post about this new issue?

Thank you

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

Hi

Give me your site URL please so that I can check?

-Regards

0
J
joe
Accepted Answer
3 years ago #55977

My URL is in the hidden content.

If you have the time, please advise how to center the social links below the banner on the top of the page.

I tried to center before using your previous insructions but I ended up making things worse.

  • Social Links Image URL: Edited Out Afterr Closing Ticket
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #56064

Hi

For the main menu and drpdown use this custom css

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
font-size: 17px !important;
}

For centering the banner bottom social icons use this css

.ampz_container ul{
margin: 0 auto !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

0
J
joe
Accepted Answer
3 years ago #56068

Thank you for your excellent support.

0
J
joe
Accepted Answer
3 years ago #56071

Just tried both codes and the centerirng of the social links did not work.

Here is an image of the final result.

Image Link: Edited Out Afterr Closing Ticket

0
J
joe
Accepted Answer
3 years ago #56180

Any advice to correct this issue would be surerly appreciated.

0
J
joe
Accepted Answer
3 years ago #56206

Yes

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #56209

I would use this

.ampz_container.ampz_no_count {
  margin: 0 auto;
  max-width: 820px;
}
0