Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › How can I change the text size in the header?
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › How can I change the text size in the header?
- This topic has 30 replies, 4 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Neighborhood
-
June 21, 2016 at 11:52 am #276145
Hi,
It’s missing a closed bracket after this line
color: #d4af37 !important;
-Rui
June 21, 2016 at 12:09 pm #276147Dear Rui,
Thanks for helping!
I did this:
…
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a
{
color: #d4af37 !important;}…
But It doesn’t work..
Best regards, Jan
June 22, 2016 at 12:26 pm #276396Jan, what does not work? You mentioned “there is a little mistake in my css-code”. But what does that cause? please be more concise.
– David.
June 24, 2016 at 5:47 pm #277052Dear David,
Thanks for helping.
Screenshot 2016-06-24 18.23.56.png —> That’s my current problem with the main menue bar. It’s my german website.
css-code from german website:
#header-section .header-menu .menu > li {
font-size: 14px;
}
nav .menu li {
font-size: 15px;
}
.header-left, .header-right {
margin-top: 100px;
}
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a{
color: #d4af37 !important;}
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message{
background: #C1FFC1 !important;}
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message#order_review{
display:none !important;
}Screenshot 2016-06-24 18.25.55.png —> That’s how the main menue bar should be. It’s my english website. The Red arrows shows that the two words left and right should be a bit lower, like you can see it on Screenshot 2016-06-24 18.23.56.png my german website.
css-code english website:
#header-section .header-menu .menu > li {
font-size: 13px;
}
nav .menu li {
font-size: 14px;
}
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {
color: #d4af37 !important;
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message {
background: #C1FFC1 !important;
}
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message#order_review{
display:none !important;
}Best regards, Jan
Attachments:
You must be logged in to view attached files.June 27, 2016 at 6:46 am #277269Dear Support,
Please help.
Best regards
June 28, 2016 at 12:22 pm #277716Hi,
The English site has a small CSS error:
Find this:
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a { color: #d4af37 !important;
Change to this:
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a { color: #d4af37 !important; }
Please add a WP login for us to take a closer look if you encounter further issues.
Thanks.
June 28, 2016 at 2:16 pm #277760This reply has been marked as private.June 29, 2016 at 3:20 pm #278135Hi,
So you still want to move these down?
You would need this:
#header-section .header-menu .menu > li { line-height: 200px; height: 200px; }
June 30, 2016 at 5:07 pm #278471Dear David Martin,
Thank you!
Yes, I want to move these down and there is a second thing I want to do. I want to make the words “Willkommen blackwood-watches” and “Ausloggen” and “Mein Konto” a bit bigger, so that you can read it easy.
Do have a css- code for the second thing, too?
Thanks
Best regards, Jan
June 30, 2016 at 5:28 pm #278475Well this will move them as you mention:
#header-section .header-menu .menu > li { line-height: 200px; height: 200px; }
To increase the font size, please use this:
#header-section .header-menu .menu > li { font-size: 18px!important; }
July 3, 2016 at 6:07 pm #278824Dear David Martin,
You are the man, it works!
The only small thing we could improve is the grey line between the words “Ausloggen” and “Mein Konto”, it’s a bit too long.
I am sure that you have css code, too.
best regards, Jan
Attachments:
You must be logged in to view attached files.July 4, 2016 at 7:06 pm #279096No problem, sure this will do it:
#header-section .header-menu .menu > li { border-left: none!important; }
July 5, 2016 at 9:13 am #279183Dear David Martin,
Thank you for improving the line, but now I have no line between the words “Ausloggen” and “Mein Konto”. In my view it’s very helpful for my customers to see that there are two different links, so can we make the line between those two words? It should be just not so long like I showed you above.
Thank you in advance!
Best regards, Jan
July 6, 2016 at 10:01 am #279429The height cannot be reduced for the line.
You either remove it, change the color for less contrast or leave it as is. I can help with any option.
Thanks.
July 6, 2016 at 6:53 pm #279568Dear David Martin,
Thanks for the information!
I will remove the css code, so that the black line is there again.
Best regards, Jan
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.