Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #245161
    bruno berthet
    Participant

    hello,

    how i could change the font size for the primary menu ?
    i think, it’s css code, but i don’t find it.
    and also, how i could change from normal to bold ?

    #245241
    tikaram
    Keymaster

    @4-allee-des-melezes: Please post in your site URL.

    Regards,
    Tikaram

    #245312
    bruno berthet
    Participant
    #245370
    tikaram
    Keymaster

    @4-allee-des-melezes: To make primary menu bold
    Login to your WordPress admin. Go to
    Appearance => Customize => Additional css and add the following css

    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
    	font-weight: bold;
    }

    Regarding font size do you want to increase or decrease the font size please let me know.

    Regards,
    Tikaram

    #245409
    bruno berthet
    Participant

    i would increase.

    #245484
    tikaram
    Keymaster

    @4-allee-des-melezes: Please add the following additional css and let me know if this works.

    .navigation-classic.absolute-header .main-navigation a {
    	font-size: 1.1rem;
    }

    Regards,
    Tikaram

    #245921
    bruno berthet
    Participant

    thank you.
    it’s ok.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘font size primary menu’ is closed to new replies.