Hi, I’m using the fullwidth easy slider, center-framed, but it places one frame around the title and then another frame around the caption. I’m wondering if it can just be one frame around both? Just because it looks so blocky.
Here’s the site: https://1zh.61b.myftpupload.com/
I appreciate your help.
Hey Eleina_Shinn,
Please add this on Quick CSS, located in Enfold > General Styling > Quick CSS:
#top #wrap_all .slideshow_caption h2.avia-caption-title {
width: 100%;
max-width: 820px;
margin-bottom: 0;
padding-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.caption_framed .slideshow_caption .avia-caption-content p {
width: 80%;
max-width: 820px;
border-top-left-radius: 0;
border-top-right-radius: 0;
background: rgba(255,255,255,0.7);
}
Hope it helps.
Best regards,
Nikko
Thanks Nikko, I’m so glad to have this code; may use it again… thanks so much!