A different header for each page
-
AnonymousInactive
Hello Xtemos Team
New question :
I have seen that I can customize the header of each page by choosing between “inherit, base header, e-commerce, etc.” in each page parameters.
BUT, it only changes the location of each part of the header : logo, menu, widgets.
I would like to customize the background color, the font color, change the color of my logo (different image)… Is it possible an d how can I do that ?
Hello,
Thank you for the question.
At the moment you are able to see all settings for each page in “Page Setting (custom metabox from theme)” area. Unfortunately, it is not possible to place all options from Theme Settings to this metabox. So if you need you can add some custom styles to custom CSS box in Visual Composer for this page to change other options like header background and navigation font.
Regards
AnonymousInactive
OK, but the problem is the syntax when you are not a webmaster…
Here is an example of such code snippet. If you will need more don’t hesitate to ask us here, we would be glad to help you
.main-header {
background: #a7d6ba;
}
.main-nav .menu > li > a {
color: #f17676!important;
}
Regards
AnonymousInactive
Thank you very much.
I will ask you for codes in a while.