Hello there,
I have a very specific client request, so I apologize for taking up support resources for this.
On this, the client would like to remove the shaded/frame box from the title on slide 1, but leave it on the title caption text below it.
So the title on slide 1 would not be framed, but the caption would. Only on slide 1.
Again, sorry for asking such a specific issue!
Hey kjwaggz,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.slide-1 .caption_framed .slideshow_caption .avia-caption-title {
background: transparent;
}
If you need further assistance please let us know.
Best regards,
Victoria
Amazing. I appreciate you all!