Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1219328

    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 :)

    #1219699

    Hey Dave,

    Could you post a link to where we can see the actual elements that you want to target please?

    Best regards,
    Rikard

    #1219727

    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

    #1220008

    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

    #1220020

    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

    #1220144

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_meta .menu li a {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1220150

    Works fantastic you are AWESOME :)
    Thanks, Heaps

    #1220357

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.