Can i have an image in place of the background in certain areas as pointed out in file attached I have read how to change css for changing colour's of backgrounds from previous threads but nothing about using an image as a background please help,
Hello, 1.For your first issue Go to Appearance > Theme Option > General Settings > Body Background Image and upload your image from there. 2.For your other issues Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header{ background:none; background-image:url('Enter your image address'); } .signup{ background:none; background-image:url('Enter your image address'); } #menu .ddsmoothmenu li a { background:none; background-image:url('Enter your image address'); } .menu_bar{ background:none; background-image:url('Enter your image address'); } #menu li:hover a{ background:none; background-image:url('Enter your image address'); } #menu li.current_page_item a{ background:none; background-image:url('Enter your image address'); }
Thank you so much for ur quick reply,i wish my reply had have been quicker but just got recovered from blue screen of death from dropping laptop ,will try & get back to you with results thanks you
Great thread. I haven't tried this yet but it could add a whole new look to my site. What size images for the specific areas are sensible? And can we use images that repeat? Look forward to some responses.
Hello azza, As much as possible use small images for these areas, When they repeat they works great and does not make your site slow.