Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #169151
    kghia70
    Participant

    Hi there,

    I really like the look of this theme on our webpage so far, but would like to make a few small changes. Specifically,

    1. How do you make the text on the navigation menu bigger?

    2. When viewed on tablet or smartphone, the menu says “Secondary Menu.” Is there any way to change this text to “Menu,” “Main Menu,” or delete it completely?

    Best Regards,

    John

    http://www.kyotojalt.org

    #169179
    Skandha
    Participant

    @kghia70: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To increase the font size of navigation menu */
    .main-navigation ul a {
    	font-size:20px !important;
    }
    /* To hide the Secondary Menu text on smaller screens */
    .menu-label {
    	display:none !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #169219
    kghia70
    Participant

    That worked perfectly, thank you Skandha!

    #169220
    Skandha
    Participant

    @kghia70: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/higher-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customization Questions’ is closed to new replies.