Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #380735

    Hi,
    i’m using in my homepage full screen slideshow and i would like to erase the left framed just on the caption title.
    Thank you in advance

    #380804

    Hey MattiaParla!

    Can you please elaborate? Not sure if i understood you clearly. If you would like to remove title on left aligned captions, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .caption_left .avia-caption-title {
    display: none!important;
    }

    Best regards,
    Yigit

    #381307
    This reply has been marked as private.
    #382559

    Hi Ygit,
    have you read my answer?
    I’m waiting for your kindly reply.

    Best regards,
    Mattia

    #384134

    Hey!

    sorry for the late response. Unfortunately I cannot see what you mean. Which transparent box (and under which title) are you talking about? Please make things clear due showing us a mockup/screenshot of what you want to achieve.
    Do you mean this white box:

    If yes, use this code to remove it:

    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
    display: none;
    }
    

    Cheers!
    Andy

    #384258

    Hi,
    Andy i mean this one http://i.imgur.com/XwmH9mp.jpg?1 the white box in home page with the red arrow on the right.
    Cheers,
    Mattia

    #384494

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .caption_left h2.avia-caption-title {
    background: transparent!important;
    border: none!important;
    color: white!important;
    }

    Regards,
    Yigit

    #390713

    Thank you very much!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full screen slideshow left framed caption title’ is closed to new replies.