x

How do I change the top section on all of the pages?

As the title asks, how do I do this? From what I've managed to learn, the section I'm referring to is possibly called a header wrap? I'm basing this off of what I found in the HTML/css coding stuff (I'm not familiar with any form of coding). I would post a picture but the pictures I try to add here don't show a preview so I'm not sure if they'll work. Here are the lines I've found to be relevant. These are in the main.less style document... file thing.

/* No header page */
.no-header-page .header-wrap {
  background: none;
}
.no-header-page .header-wrap .nav-wrap {
  background: white;
  border-bottom: 1px solid rgba(116, 116, 116, 0.15);
}

I assume that the line reading "background: white;" is what I need to make changes to, as I've changed the color "white" to various other colors and have gotten the area I want to change to change colors. I'm using the Upstart theme and at the top of every page is a white space that can't be edited no matter where I click; I get no option to change it. I don't want that space to be white, but rather I want an image in that place. I've uploaded the image to the assets folder and the images folder within assets. I guess I just need to know what I need to replace those two lines of text with in order to get that image up there. 

If I'm just completely wrong or if there's a simpler solution then please tell me. Like I said I know nothing about any type of coding. I've been looking around for some solutions for the past week now, but I've only found answers that either change the color or are used for the header section. I'm not using headers on any of my pages.

If I'm leaving out any important information or not making things clear, please let me know. I want to get this done and over with. 

764 Views
Message 1 of 2
Report
1 REPLY 1
Square

Header sections can be saved to other pages of the site, and you can use a solid color as a background without needing to modify CSS. See this article in our Help Center for more info:

https://hc.weebly.com/hc/en-us/articles/227030508-Create-a-Flexible-Header

716 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.