This topic has 6 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hello,
I would like to know how to setting the block [8THEME] TITLE WITH TEXT:
– which is the font name of “Design2”? I like very much and I want to use in some other texts in the website. It is also used in Victoria version
– how can I change it or set a different text dimension?
Thank you,
Erica
Hello,
Font family was used “”Cookie”,cursive”.
You can change the font using this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
.title.design-2 h1 {
font-size: 12px;
font-family: "Cookie",cursive;
}
Write the values you need.
Best regards,
Jack Richardson.
ok thank you!
Another question: I’ve set VARIANT 4 for Header Type, in 8Theme option.
But the result is that i see a very big menu area: how can I set the dimension of this area (the height of the menu area)? Thank you very much for your support!
Regards
Erica
Hello,
Your logo has a big size that’s why menu area so big.
Also try to add this code in Global Custom CSS in Theme Options->Typography->Custom CSS.
.header-type-5 .header .navbar{
padding: 0px 0;
}
Regards,
Robert Hall.
Thank you,
I have upload a smaller logo, the situation is better, but the white space above the logo is too much in the menu area, even if I put the code you tell me in “Theme Options->Typography->Custom CSS”.
How can i set the code to have less space above the logo, and a little more space below the logo itself? Because it is attached to the slider.
Thank you
Erica
Hello,
I’ve added this code in Global Custom CSS:
.header-type-5 .header .navbar{
padding-top: 0px;
}
.framed .template-container {
margin-top: 10px;
}
Please clear browser cache and check header now.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up