Hi again, Juan!
Everything is coming together nicely with this theme thanks to your help. I have another question for you, though!
Can I lighten the opacity of the dark grey backgrounds of the slider descriptions and titles? We think that the dark level it is at now detracts from the photos.
Thank you in advance.
Regards,
Alek
Hi Alek,
Thanks for writing and for your kind words.
That is done with CSS, so maybe by setting your own CSS you can get that as per your requirements.
Something like:
.flex-caption h2, .flex-caption p{
background: rgba(0,0,0,0.2);
}
Remember that there are best practices when adding custom CSS: http://nicethemeswp.com/support/theme-docs/bbq/#custom-css
Best,
Juan.