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
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
Hi Ygit,
have you read my answer?
I’m waiting for your kindly reply.
Best regards,
Mattia
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
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
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
Thank you very much!