Home Forums Basel support forum A different header for each page

A different header for each page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3476

    Anonymous
    Inactive

    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 ?

    #3486

    Artem Temos
    Keymaster

    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

    #3540

    Anonymous
    Inactive

    OK, but the problem is the syntax when you are not a webmaster…

    #3547

    Artem Temos
    Keymaster

    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

    #3588

    Anonymous
    Inactive

    Thank you very much.

    I will ask you for codes in a while.

    #3591

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)