Hi,
How to change the background colour of the header on the frontpage only and change the meny colour for the frontpage, but only for the sticky option
Thanks in advance.
Hey endanight,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
yes, I just need a code to have a different background for the frontpage header and keep the sticky option.
And I need as well the quick css for h1 and h2 size smaller and for the colour section background images size smaller for mobile devices only
Hi,
Please add Code Block element to your home page and then add following code inside it
#header_meta, .header_bg { background: orange !important; }
#header * { color: white !important; }
@media only screen and (max-width: 767px) {
#top #wrap_all .all_colors h1 { font-size: 24px !important; }
#top #wrap_all .all_colors h2 { font-size: 20px !important; }}
Best regards,
Yigit