This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
how to decrease the margin between menu and top side of browser? I have 3rd header layout?
Thanks
Hello,
Please add this code in custom.css file:
.header-type-2.slider-overlap .header .menu > li > a {
color: black !important;
}
.navbar {
padding: 10px 0px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Thank You it worked perfect. Now it is black.
But if i like to use different color then black , let say red .. Should I just replace black with red?
Actually I already tried but somehow it didn’t work:)
Thanks
Hello,
Yes, you should replace color value to another one.
Clear your browser cache after making changes.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up