Hi, i use the enfold portfolio with modified css to display transparant png entries with the theme’s striped background. Most of all show fine (ajax portfolio, portfolio with one picture)
http://www.dmhaarlem.nl/DM/portfolio/
Only the gallery portfolio won’t display transparent. Which class do i need to edit for this?
http://www.dmhaarlem.nl/DM/portfolio-item/degero-huisstijl/
Thanks!
Hi dmhaarlem!
Please add following code to Quick CSS as well
.main_color .avia-gallery img { background-color: transparent; }
Regards,
Yigit
Thanks yigit,
This solves the background of the thumbnails but not the main image…
Hi!
Please add following code to Quick CSS as well
#top div .avia-gallery .avia-gallery-big { background-color: transparent; }
Regards,
Yigit
Great, that does the job!
Thanks a lot!