Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #617044

    The secondary menu above the main menu where you can add text or phone number is too small.

    How do I increase size within the template.

    #617069

    Hey ghettro!

    Please add the below code in Quick CSS under general styling in Enfold options :)

    .sub_menu .menu-item a {
      font-size: 20px!important;
    }

    Best regards,
    Vinay

    #617496

    Hey Vinay, Nothing happen once I saved it. Will this help increase social media icons as well since they are both on the secondary menu?

    #617525

    Hey Vinay, Nothing happen once I saved it. Will this help increase social media icons as well since they are both on the secondary menu?

    #617964

    Hey!

    Thanks for getting back to us!

    Try the following CSS instead of the one given previously and the social icons along with the text should be adjusted:

    #header_meta span, #header_meta a {
        font-size: 18px !important;
    }

    Change the font size as you wish.

    Regards,
    Jordan

    #618968

    I have one more question about the size of my dropdown menu button and text.

    I need to make it bigger as well. I attached the link below for your reference. (I need Guidance dropdown menu)
    Also I need to make sure it’s larger and select arrow.

    #621001

    Hi!

    Use the following code and adjust the value as needed:

    #top .av-main-nav ul a {
        font-size: 18px;
    }

    Regards,
    Ismael

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