Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1341240

    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.

    #1341289

    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

    #1341350

    Thanks Nikko, I’m so glad to have this code; may use it again… thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth Easy Slider Center with Frame – Can it be one frame instead of 2?’ is closed to new replies.