Home Forums WoodMart support forum Menu CSS code

Menu CSS code

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32470

    Sinaonee
    Participant

    Hello

    I want to change the weight and font size of the Main Menu.
    Do you give me the css code?

    Attachments:
    You must be logged in to view attached files.
    #32476

    Artem Temos
    Keymaster

    Hi,

    You can change it via Theme Settings -> Typography -> Navigation font.

    Regards

    #32481

    Sinaonee
    Participant

    I want the css code!

    #32495

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    div.main-nav .item-level-0 > a {
    	font-size:16px;
    	font-weight:700;
    }

    Regards

    #32496

    Sinaonee
    Participant

    Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Menu CSS code’ is closed to new replies.