This topic has 4 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi
Please could you tell me the custom css to change background colour of nav bar and also reduce the font size too
Here is my url http://oakfurnitureworldcoventry.co.uk/
I am using interior store theme
Many thanks
Hello,
You need add this code into custom.css file:
.header-type-10 .menu-wrapper {
background-color: #252525;
}
Replace the color value with yours.
And this code:
.menu > li a {
font-size: 13px;
}
Regards,
Eva Kemp.
Hi Eva
Thanks, the background color has changed but the font size has not. Also, sorry need to know the code to change the font color to white and also the hove color as this is now the same color as the background
Thanks
Hello,
Please use this code:
.header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a {
color: #aeaeae !important;
font-size: 13px !important;
}
.header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a:hover {
color: #aeaeae !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up