Hi, i would like to change the background of my thumbnail.
I wish it where the same color of the Main Content background color. (www.socialweb.fr)
How could i do ?
Regards
R3v0x
You can only change the color of the thumbnail background is transparent – otherwise you need to change the background by editing the image. Use following css code to change the slideshow background
.main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb {
background: #f8f8f8 !important;
}
Hi Dude,
Thank you,it’s work :)
Regards
R3v0x