-
AuthorPosts
-
May 24, 2016 at 7:57 am #637289
Hi, a few questions
1. Is it possible to edit so it looks like the caption title and caption text are in the same framed box?
2. Or edit the framed caption title and caption boxes so they have the same size?
3. Is it possible to only have the Caption title framed and not the caption text?
/T
-
This topic was modified 9 years, 6 months ago by
grusett.
May 24, 2016 at 5:54 pm #637668Hey grusett,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { margin: 0; }Best regards,
YigitMay 24, 2016 at 6:09 pm #637683Thank, it’s not far from perfect, but it would be perfect if the framed box with caption title and text was in a perfect square. Now it looks like this

Maybe it’s not possible but I have to ask :)
May 25, 2016 at 7:16 am #637887Hi,
Try this as well:
.slideshow_align_caption { background: rgba(0, 0, 0, 1) !important; }Best regards,
RikardMay 25, 2016 at 8:09 am #637902Thanks. It worked but the box gets black and I understand it has to be dark cover. I think I have to let this go. Thanks anyway! :)
May 25, 2016 at 12:43 pm #637985Hi,
Please use following code
.slideshow_align_caption { background: rgba(0,0,0,0.5); padding: 10px; }Best regards,
YigitMay 25, 2016 at 5:44 pm #638167Great Yigit! That really worked great on the slider on my front page. Is it possible to make the code for a specific page or slider? While it looks great on the front page slider, the sliders on my other pages looks weird.
May 25, 2016 at 5:47 pm #638169Hey!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your slider and give it a custom CSS class and change the code to following one
.your-custom-class .slideshow_align_caption { background: rgba(0,0,0,0.5); padding: 10px; }Regards,
YigitMay 25, 2016 at 5:56 pm #638175It worked! Thanks Yigit! :)
-
This topic was modified 9 years, 6 months ago by
-
AuthorPosts
- The topic ‘Framed Caption title and text full screen slider’ is closed to new replies.
