Hello,
I like header variant #10 and I would like to have some codes for customization:
1 To put background pic or change color for both levels – logo level and menu level
2 To adjust logo top and bottom margins
3 To change color of menu separators
4 To change menu font
Thank you
Hello,
Please use this code in custom.css file.
1) For logo level:
.main-header{
background:red;
}
for menu level:
.header-type-10 .menu-wrapper{
background:red;
}
2) .header-logo img{
margin-top:10px;
}
3) .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a{
border-color: red !important;
}
4) .menu > li a{
font-family:Tahoma;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.