Fixing Header Issue

Site: http://greatlakeslive.org/

How do I fix my header so that the colored overlay goes away and the image below aligns with the top of the site?

Hi @kearneycreativegr,

Thank you for writing in, to resolve that, navigate to X > Theme Options > Header , find the NAVBAR TOP HEIGHT (PX) and adjust it, maybe around 90.

Also, on X > Theme Options > Header panel find NAVBAR TOP LINK ALIGNMENT (PX) and adjust it accordingly.

If that did not work, please provide us login credentials in a Secure note, so we can take a closer look.

Cheers!

That all helped to minimize it but how do I get rid of the color bar so that it’s just the image that aligns with the top of the site?

Hi There,

To remove the background color of navbar, please add this custom CSS under Theme Options > CSS:

body .x-navbar {
    background-color: transparent;
}

You have to change the text color of navbar as well, please navigate to Theme Options > Header > LINKS – TEXT > NAVBAR LINKS:

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.