Hello –
I have 3 issues with the Image Rollover with Captions –
1. I Need the color of the rollover background changed when I rollover it. Right now the color is an opac black, I need it to be #FFDDDD
2. I Need the text of the caption in the rollover to be the “Quicksand” font
3. I need the color of the “Quicksand” font to be in this color #52514E not red
See screenshot: https://www.dropbox.com/s/vqb9lrl0rb2b22f/Screen%20Shot%202014-08-04%20at%201.00.42%20AM.png
Website: http://michelarthurmontmorency.com/
Hi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-image-caption-overlay { background: rgba(255,221,221,0.4); }
.av-image-caption-overlay-center p { font-family: quicksand!important; color: #52514E; }
Cheers!
Yigit
Your the man Yigit, Thanks!