Header Color

Hello,

Anyone can help me change the color of my header to Dark Blue rgb(28, 54, 101) or #1c2e5f and change the footer to Light Gray rgb(250, 250, 250) or #fafafa?

https://eidexinsights.weebly.com/ (The Website)

Thanks,

David I. Widjaja

dwidjaja@eidexinsights.com

883 Views
Message 1 of 6
Report
5 REPLIES 5
Square

Hi @dwidjaja Thanks for posting a link to your site! I'm sure there is a member or two that might be able to give you some advice on this. Smiley Happy

869 Views
Message 7 of 6
Report

Thanks. Looking forward to it.

847 Views
Message 7 of 6
Report
Square

Was it the black background of the navigation when scrolling that you wanted to change?

845 Views
Message 7 of 6
Report

Yup! That is correct! @Adam

826 Views
Message 7 of 6
Report
Square

This should change it to the blue color on the live site if you add this to Settings > SEO > Header Code:

<style>
	body.page-has-banner.affix .birdseye-header, body.splash-page.affix .birdseye-header
	{
		background: rgba(28, 54, 101,0.95) !important;
	}
</style>
823 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.