This topic has 6 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi i am using the new header builder which is great. I have some questions about it since i cant find the following:
1. I would like the translation flags and cart much more to the right, but somehow i cant make it. while there is space enough.
https://gyazo.com/a7e46b7201c8e487ab466c8a38843469
https://gyazo.com/56833fe530eb67a39c27ce1f14c9dc47 can u tell me how?
2. i cant make the phone number bigger, can u tell me how in header builder where to find?
3. i would like the main menu in bold but cant find where.
i would like the hovercolor in the dropdown menu red as the same color in logo but dont know how in header builder i can do that.
4. when opening the dropdown and hover over a product another dropdown comes but has another color, where to edit that?
Hello,
Please provide temporary wp-admin access, so we can take a closer look.
Regards
hereby. many thanks
Hello,
1. Try to use these settings – http://prntscr.com/r7f3na http://prntscr.com/r7f3vr http://prntscr.com/r7f477 Settings of elements in the Top header you can change in a similar way.
2. http://prntscr.com/r7f60o
3. Select font-family then you will be able to select font-weight – http://prntscr.com/r7f6xs
4. You can use custom CSS code like this –
.nav-sublist-dropdown li > a:hover {
color: red !important;
opacity:1 !important;
}
Regards
Thanks for your answer,
for # 1. it does work indeed only for the widget element not. I cant choose to make it to the right. https://gyazo.com/b723fb4594b05cb58dadd86f8496accf
2. it does also work only the button that i have now will also zoom so its out of proportion, possible to only make the telnr bigger with css?
3.great
4. great thanks
1. Add the widget element to the connection block which has an option to align, for example – http://prntscr.com/r7hc5z
2. Yes, you can use custom CSS code like this one –
.header-top .contact {
font-size: 14px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up