Hey guys, is there an option where I can remove the caption content styling so it can be transparent
I’d like this to text to have a transparent background instead of the black one background color it has now. Is This possible?
“WE ARE GREENROOM.
A FULL-SERVICE CONSUMER AGENCY
We’re master storytellers with the skillset to move the needle for the world’s most innovative consumer brands. Our award-winning public relations and digital teams work with a vast range of companies that all share a common mission: to deliver a stroke of genius to the masses. Whether it’s consumer electronics, home & housewares, outdoor goods, food & beverage or health & beauty products, our passion for our clients’ objectives drives our ability to craft campaigns that generate consumer engagement and unparalleled results for our brands.”
https://grnrm.com/front-page-test/
Hey jorgegreeenroom,
Please try the following in Quick CSS under Enfold->General Styling:
.caption_framed .slideshow_caption .avia-caption-title, .avia-caption-content p {
background:transparent;
}
Best regards,
Rikard
Thank you for the response! It worked however it only made the “Caption Title” transparent, would like the “Caption Text” underneath is to be transparent as well. Any help with this ?
Hi,
Rikard’s code worked for me. Perhaps add the “!important” declaration:
.caption_framed .slideshow_caption .avia-caption-title, .avia-caption-content p {
background:transparent!important;
}
Clear the cache a few times over.
Best regards,
Jordan Shannon
Thank you Jordan, that worked!! You guys are awesome, appreciate it!
Hi,
Perfect! I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon