This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hi,
I’ve some problems about the menu. I attached a picture about the problems.
1. How can I bring up same level the menu headings with the logo?
2. When scroll down how can I make the top part of the menu transparent? I made “Header transparent” -> On but it didn’t work.
3. I made “Menu Google Font” Montserrat. First view is true. But when scroll down the fonts are changing.
4. How can I prevent this?
5. How can I change the font in the menu subcategories to Montserrat?
Thanks a lot..
Hello,
1,4. Please delete this code http://prnt.sc/et5ybe
and add this in Custom css:
.header-logo img {
margin-bottom: 55px;
}
.home .page-content {
margin-top: 0px;
}
.page-heading {
margin-top: 20px;
}
.fixed-header-area {
height: 105px;
}
2.
.fixed-header-area {
background: transparent;
}
3,5.
.menu > li a {
font-family: Montserrat;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up