I’d like to change the header style on the 404 page. How do I do this?
Hi connect4consulting!
Please elaborate on the changes you would like to make.
Best regards,
Yigit
Hi Yigit,
I”m trying to get the header background to be all the same blue color but I think the theme options for the menu are overriding the blue color. On most pages, I’m using the main menu as content within the page and that background needs to be white. But for 404 pages and other search pages, I’d like the header to have a uniform blue background.
Make sense?
Thanks,
Gabe
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a {
background-color: #3498db;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi Yigit,
As you can see in private content, this is still not working.
I have provided you with user account to help me.
Thanks,
Gabe
Hi!
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
It does show up fine on my end
Best regards,
Yigit
Yigit,
How do I change the menu links to #ECF0F1 on that same page?
Also, while you’re at it, can you help me with my other support query?
THanks!
Hi!
Please add following code to Quick CSS as well
.error404 .avia-menu-text {
color: #ECF0F1!important;
}
Best regards,
Yigit
THanks!
That works beautfiully…