The title-sized text in the theme, like those in the main slider or hover menu, don't inherit the title text setting in the options - they actually inherit the body text setting.
In the future, it would be great to be able to change the main text elements.
For now, can you tell me how to fix the text so that at least the slider title matches the header titles when the page loads?
Additionally, it would be good to do the same with the menu text, but it's ok inheriting from the body text for now.
I was able to get the text back to the original settings with a server refresh. Yet, I'd still like a solution, child theme or other, to get the text behaving similarly across the site.
Sean, some of the elements have different fonts by design. We can help you with custom CSS if you just tell us what the elements are (active slide & menu links is what I see from the screenshots).
By design the theme comes with two backgrounds dark or light we can help you if you have a different background colors. It's also important to note that in AJAX loading the background color will propagate in all pages since the initial page container will load all the subsequent page's content.
For overlay menu items res higher than 1025px the font properties are:
@media (min-width: 1025px){ .fullscreen-menu .flexnav li a { font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 4vw; line-height: 4vw; }
}
for top level menu items
@media (min-width: 1025px){ .fullscreen-menu .flexnav li ul li a { font-size: 16px; font-weight: 500; line-height: 20px; }
}
for menu subitems
need to modify the values and add the css code to customizer -> additional CSS
Hi!
The title-sized text in the theme, like those in the main slider or hover menu, don't inherit the title text setting in the options - they actually inherit the body text setting.
In the future, it would be great to be able to change the main text elements.
For now, can you tell me how to fix the text so that at least the slider title matches the header titles when the page loads?
Additionally, it would be good to do the same with the menu text, but it's ok inheriting from the body text for now.
Thanks!
Sean
After some investigation, the menu isn't inheriting any of the text changes on the hover/full/mobile menu either. I would like to fix this as well.
Thanks!
I have reset the typography for now, but it's not resetting to the original. Thanks!
I was able to get the text back to the original settings with a server refresh. Yet, I'd still like a solution, child theme or other, to get the text behaving similarly across the site.
Thanks!
Sean, some of the elements have different fonts by design. We can help you with custom CSS if you just tell us what the elements are (active slide & menu links is what I see from the screenshots).
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
1. Yes, I'd like to know how to control the overlay menu fonts, the basic desktop menu fonts, and the centered slider fonts.
2. Also, I'm upgrading the site to include the grid based portfolio, so I'd love to customize those as well.
3. If we wanted to change the site background or font colors is this possible, too?
Thanks!
Sean
Hello Sean,
Here is a FAQ regarding theme update in general:
How do I upgrade the theme? Will I lose all my changes?
We can help you with that.
By design the theme comes with two backgrounds dark or light we can help you if you have a different background colors. It's also important to note that in AJAX loading the background color will propagate in all pages since the initial page container will load all the subsequent page's content.
For overlay menu items res higher than 1025px the font properties are:
@media (min-width: 1025px){
.fullscreen-menu .flexnav li a {
font-weight: 700;
font-family: 'Poppins', sans-serif;
font-size: 4vw;
line-height: 4vw;
}
}
for top level menu items
@media (min-width: 1025px){
.fullscreen-menu .flexnav li ul li a {
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
}
for menu subitems
need to modify the values and add the css code to customizer -> additional CSS
.slide-title {
font-size: 80px;
line-height: 90px;
font-weight: 600;
}
for showcase slide titles.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy