Increase font size in menu items (header 12)?

This topic has 15 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp

  • Avatar: freerunner
    freerunner
    Participant
    October 22, 2014 at 16:50

    Is there a way to increase the font size in the menu items and change their color? Thanks

    14 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 22, 2014 at 16:54

    Hello,

    Please provide us with link to the page.

    Regards,
    Robert Hall.

    Avatar: freerunner
    freerunner
    Participant
    October 22, 2014 at 17:42

    Link provided below. Thanks

    Please, contact administrator
    for this information.
    Avatar: freerunner
    freerunner
    Participant
    October 22, 2014 at 18:08

    Also, there is no blog page, so the comments are not showing up in recent comments in footer. Please advise

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 22, 2014 at 18:34

    Hello,

    Please add this code into custom.css file.

    .header-type-12 .navbar-collapse .menu > li > a {
    font-size: 14px;
    color: red;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
    You can create a blog page and put into menu in Appearance-Menu.
    Regards,
    Robert Hall.

    Avatar: freerunner
    freerunner
    Participant
    October 22, 2014 at 19:15

    Thanks for the reply. Code works; however, now there is no hover color like before, and how do I increase the size and color of the drop down menu items? Also, I do not need a blog page in the menu, I simple need the blog post to show up in the recent comments widget on the footer. Please advise

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 22, 2014 at 19:19

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: freerunner
    freerunner
    Participant
    October 22, 2014 at 19:20

    Sorry, modified my post above. Please review new comment, and advise. Thanks

    Avatar: freerunner
    freerunner
    Participant
    October 22, 2014 at 19:23

    Here is the log in credentials

    Please, contact administrator
    for this information.
    Avatar: freerunner
    freerunner
    Participant
    October 24, 2014 at 11:56

    It’s been two days with no response. I really need to get this header looking right. I changed the menu items font size, but now there is no color on link hover, and the size of the drop-down menu items are still original size, I need these to be bigger as well. And I need to get the recent blog comments to appear in the recent comments section of the footer. Log in credentials included in above posts. Please advise, thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 24, 2014 at 12:10

    Hello,

    Did you made some change on site? We can’t log to him.

    Regards,
    Robert Hall.

    Avatar: freerunner
    freerunner
    Participant
    October 24, 2014 at 12:12

    Thanks for the reply, but I don’t understand the question. Can you please repeat with more details? The only change to the website has been the css code you provided.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 24, 2014 at 13:05

    I’ve checked your site again and it’s not available now.

    Regards,
    Robert Hall.

    Avatar: freerunner
    freerunner
    Participant
    October 24, 2014 at 13:09

    I just checked on the website and it’s up and running for me. Please follow the link below.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 24, 2014 at 14:57

    Hello,

    To change font size and color for submenu items add this code in custom.css file:

    .menu .nav-sublist-dropdown ul > li > a {
        font-size: 12px !important;
        color: #767676 !important;
    }

    Change the values to yours.

    Comments aren’t shown in Recent Comments area of the footer because you don’t have any. You can check it in wp-admin panel > Comments.

    To add hover color for menu items you need add this code in custom.css:

    .header-type-12 .navbar-collapse .menu > li > a:hover {
    color: green !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 15 results - 1 through 15 (of 15 total)

The issue related to '‘Increase font size in menu items (header 12)?’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.