Could someone explain to me how to change the image behind my logo at the top of my website.
I still have the tori gate behind my logo and would like to change it.
Thank you
link www.d-drivesportsenglish.com
Could someone explain to me how to change the image behind my logo at the top of my website.
I still have the tori gate behind my logo and would like to change it.
Thank you
link www.d-drivesportsenglish.com
Find this in your stylesheet and delete the background-image properties.Code:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height:75px; }