Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #818970

    Hi.

    1. How do I increase the size of the font for main Menu please. I have increased the font size in the General Styling | Fonts, but that does not increase the size of the font in the menu.

    2. When I add an Icon List or an Icon Box, the header comes in capitals. How do I create a a header in lower case?

    3. Any H2 headers I insert come out as Capitals. How do I correct this?

    Thanks very much

    #818977

    Hey gorgani,

    Please provide a link to the site/page in question, these issues can be addressed via css but we want to inspect the page first.

    Best regards,
    Jordan Shannon

    #819054

    Hi. Link is in below box.

    #819068

    Hi,
    1> Try go to Enfold Theme Options > Advanced Styling > and choose Menu from the drop down, then you can pick a font, color, size, etc. Or Try this code in the General Styling > Quick CSS field:

    .main_menu ul:first-child>li>a {font-size: 20px!important;}

    Please change the number to suit :)

    2> Try this code in the General Styling > Quick CSS field:

    .iconbox .iconbox_content .iconbox_content_title {text-transform: inherit!important; }

    3> Try this code in the General Styling > Quick CSS field:

    h2 {text-transform: inherit!important; }

    Best regards,
    Mike

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