Tagged: 

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

    Hi,

    I want to change font of main menu in the header. Also I want to change sub menu color and size but different than the main header menu. Can you please help me?

    Thanks
    Faheem

    #286402

    Hey softronix_ltd!

    You can use the advanced styling tab to target the menu and customize it. See: https://vimeo.com/92502063

    Best regards,
    Devin

    #286410

    Thanks Devin for real quick response.

    I really missed this option to check in detail. I also wanted to make it upper case (only main menu) which is not available as option. is there any? if not then what will be the right selector for accessing main menu?

    Faheem

    #286473

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .main_menu ul:first-child > li > a {
    text-transform: uppercase;
    }
    

    Remove the second > to have it effect the main menu sub menus too.

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