Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #677139

    I’d like to change the header style on the 404 page. How do I do this?

    #677163

    Hi connect4consulting!

    Please elaborate on the changes you would like to make.

    Best regards,
    Yigit

    #677172

    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

    #677541

    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

    #678127

    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

    #678133

    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

    #678135

    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!

    #678138

    Hi!

    Please add following code to Quick CSS as well

    .error404 .avia-menu-text {
        color: #ECF0F1!important;
    }

    Best regards,
    Yigit

    #678146

    THanks!
    That works beautfiully…

    #678152

    Hi!

    You are welcome! Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to change the header style on the 404 page’ is closed to new replies.