Using my own image in header
-
I’m using the Dark Maple theme and would like to use it comes with.
https://maryblackchurch.heroindiaries.com/
How do I do that? Would I have to host the image I want to use at a photo hosting site first or upload the image I want to use?
This is what the code looks like in the style.css sheet.
#masthead {
background-image: url(‘images/bigleaf_a3.jpg’); /*header image*/
background-position: top left;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: #241E21;
height: 241px;
border-bottom: 1px solid #241E21;I really need specifics as it’s a first attempt.
Thanks muchMary
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using my own image in header’ is closed to new replies.