Hi,
I would like to change a slider title background as 50% translucent white, then make the title color in gray.
I could find to change the title and caption color in color tab but no background.
Could you please advise it for me?
Regards,
Meg
Hey nimbusworks,
try this code inside Quick CSS field:
.avia-caption-title {
background: rgba(255, 255, 255, 0.56) !important;
}
and adjust as needed.
Best regards,
Andy
Thank you, Andy.
What about the second line, caption color?
This CSS is working for the title but still caption background was dark.
Hi,
Please try this instead:
.avia-caption-title, .avia-caption-content, .avia-caption-content a {
background: rgba(255, 255, 255, 0.56) !important;
}
Best regards,
Rikard
Hi,
It has been a still dark frame around the caption. Outer extensive caption area becomes light color.
Could you please check the linked file?
Hi Meg,
Please try this instead:
.avia-caption-title, .avia-caption-content p {
background: rgba(255, 255, 255, 0.56) !important;
}
Best regards,
Sarah
Dear Sara,
I could make it what I want. Thank you so much for your helping.
Love,
Meg
Hi Meg,
You’re welcome! We’re glad we could help.
For your information, you can look at the Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum.
Thank you for using Enfold!
Sarah