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

    Hello,

    Can you please provide me with direction or the code to change the Secondary Menu’s (color, fonts, fonts size, fonts color & hover color, menu size. Thank you in advance.

    #464644

    Hey khjeun1!

    You can do this in Dashboard > Enfold > Advanced Styling. Add a new rule for the “Main menu sublevel links” and it will give you options for all of the styling you need to do.

    Best regards,
    Elliott

    #520729

    Hi
    It only gives me those options:

    Small bar above Main Menu – Change the styling for the small bar above the main menu which can contain social icons, a second menu and a phone number
    font color, bg color and border color
    I need to change font size…how? Thank you

    #520926

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #header_meta * {
        font-size: 16px;
    }

    Regards,
    Yigit

    #521279

    Great. That worked. Thank you. And if I want to also change phone number font size and color?

    #521356

    Hi!

    You can use the below css to edit the color and font size of your phone info:

    #top .av_header_transparency .phone-info {
        color: #000000 !important;
        font-size: 14px !important;
    }

    Best regards,
    Dake

    #605057

    sorry wrong topic

    #605181

    Hi,

    No problem :-)

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold Theme Secondary Menu’ is closed to new replies.