x

Changing Weebly Theme site title background

I need help changing the site title background that comes with my theme. This is not my own logo; this is the site title area that comes with my Weebly theme. I want to put an image background behind my site title. My URL is: http://www.christianrocktruth.com/. I'm talking about area above the navigation menu. I'm not sure where to change that in the html/css text editor.

4,429 Views
Message 1 of 5
Report
4 REPLIES 4

This is the bit you want to change:

.dusk-header .nav-wrap {
    width: 100%;
    background: white; /* pick whatever color you want here */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
} 
4,392 Views
Message 6 of 5
Report

I'm sorry, where does this code go?

4,378 Views
Message 6 of 5
Report

There's a few ways to do it, although I think doing it this way is the easiest.

Use the following code in Settings > SEO > Header Code:

<style>
.dusk-header .nav-wrap { background: white !important; /* pick whatever color you want here */ }
</style>
4,374 Views
Message 6 of 5
Report

what to do with the header code? BJ?
1,021 Views
Message 6 of 5
Report