Hello. I'm using Divi theme and i want to add an image to the header. Here is the my blog url: http://penseepositiveplus.com Please, help me. Thanks in advance.
It's usually under theme options/customize. Sometimes the theme doesn't support it, you then have to get someone to customize the theme for you.
Hi again. Many thanks for all your replies. This is not included in the theme options... So i want to do it manually just like darkvisje says. Can you please, chow me how to edit the file manually? Thanks again and stay blessed.
Do you want to add a background image for header or a logo image? If you want to add only a background image for header, you can achieve this by adding the next lines into style.css from the root of your theme. #main-header { background: url("http://here-goes-the-image-url.jpg") repeat scroll #FFF; } Code (CSS):
Hello fellows. Thank you @Hefaistos. It's OK. You're really great. Please, can you tell me how to resize it. Many thanks and stay blessed again.
Some guidelines about how exactly would you like the image to look would be very helpful. (from where to where and height)
Thank You @Hefaistos. I've thought about... but i don't really have a size. If i know how to do, i'll try many sizes untill i find the right size. Please, Show me the right code and i'll try. Thank again.
You can use css width and height to keep the wanted image proportions. Also, you can use background-position to position the image the way you want. I can't give you the exact code because I don't know exactly the size of the image that you'll use and how you'll want to look.