Hello Guys, You are great! Can you please tell me how to put an image behind the slider/carousel? Instead of having just a plain color, I would like to put a colorful image of something.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #carousel-full{ background-image:url(Enter your image address here); }
Not working for me i have just tried that with the following attemps #carousel-full{ background-image:url(http://spotcon.topsite1.com/wp-content/uploads/sites/16/2013/07/Service-Prof11.jpg); } And #carousel-full{ background-image:url http://spotcon.topsite1.com/wp-content/uploads/sites/16/2013/07/Service-Prof11.jpg; } and it didn't work
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider_container { background-image: url(Enter your image address); } This will solve your issue.