Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #251720
    Juha_52
    Participant

    Hi!

    I have made a child theme from Catch Evolution Pro Theme.

    I would like to change my primary menu and the sub menu font to bold. Could I have the code for that?

    The website: http://www.sapa.fi

    Thank you!

    -Juha

    #251722
    Skandha
    Participant

    @juha_52: Hello Juha,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-menu ul.menu a, #header-menu ul.menu ul a {
        font-weight: bold;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change primary menu and the sub menu font to bold’ is closed to new replies.