Tagged: menu size, secondary menu
Hi Guys
How do I or what is the CCS code to make the Secondary Menu larger?
I use this to make the phone number larger in the same section.
.phone-info {
width: 250px;
padding-top: 18px;
padding-left: 20px;
font-size: 22px !important;
}
BTW I’m using the Enfold theme template – Shop Demo
So it’s the Shopping Cart Menu (top right corner) that we want to make larger (and style)
I look forward to your help.
Thanks in advance Dave :)
Hey Dave,
Could you post a link to where we can see the actual elements that you want to target please?
Best regards,
Rikard
Hi Rikard
I’d like to make the shop menu Shop
(My Account, Cart, Check out, Privacy Policy)
You can see this menu in the section above the header menu for this template – https://kriesi.at/themes/enfold-shop/
I hope that is clearer
Cheers Dave
Hi Dave,
Thanks for the clarification. You can do that if you go to Enfold->Header->Extra Element. Look for the Header Secondary Menu option. Then you can create a new menu and assign it to as the secondary menu at the bottom of the page under Appearance->Menus.
Best regards,
Rikard
Hi Rikard
My question is how do we add CSS to make the text (Menu words) larger.
This is what I use to make the Phone number larger.
.phone-info {
width: 250px;
padding-top: 18px;
padding-left: 20px;
font-size: 22px !important;
}
What is the CSS code for that Secondary Menu to make it larger text.
I hope that’s clearer.
Cheers Dave
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta .menu li a {
font-size: 16px;
}
Best regards,
Rikard
Works fantastic you are AWESOME :)
Thanks, Heaps