This topic has 15 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Is there a way to increase the font size in the menu items and change their color? Thanks
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
Link provided below. Thanks
Also, there is no blog page, so the comments are not showing up in recent comments in footer. Please advise
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.
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
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Sorry, modified my post above. Please review new comment, and advise. Thanks
Here is the log in credentials
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
Hello,
Did you made some change on site? We can’t log to him.
Regards,
Robert Hall.
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.
I’ve checked your site again and it’s not available now.
Regards,
Robert Hall.
I just checked on the website and it’s up and running for me. Please follow the link below.
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.
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