Hi,
we are using latest version of JA Flix for our new site and have installed quickstart.
We now want to adjust the layout a little bit and change some colours.
For this we have created a new palette and assigned them on JA Flix Layout Settings in backend.
This worked fine for Topbar and section-1, section-2, section-3 etc ....but is does not work at all for
'Header' section !!!! But why ? We do not see the difference to other working sections and we also tried with the seeded pallette called 'NONE' ...it does not work.

See screenrecording:
https://drive.google.com/file/d/188ASvLQEoAWSS-QR4Wj1GBpjTAa2XLgY/view?usp=sharing

Can you please help and tell us what the issue is ?

Thanks and regards
Markus

    Hi mberwing,
    Currently, the template uses the following CSS to change the color of the header and all the colors is from BRAND not use Palettes.
    You can change add this CSS code to the Tools > Custom CSS to change the color:

    #t4-header {
        background: #080808;
    }
    
    .t4-megamenu .navbar-nav>li.active>a, 
    .t4-megamenu .navbar-nav>li.active>.nav-link, 
    .article-index ul li.active a {
        color: #f44941;
    }
    
    .t4-megamenu .navbar-nav>li>a, 
    .t4-megamenu .navbar-nav>li>.nav-link {
        color: #fff;
    }

    Hello Dominic,

    thanks so much for the fast reply.... I have applied the CSS code and now all looks great.

    Cheers
    Markus

    Write a Reply...
    You need to Login to view replies.