Tagged: black, fullscreen, slider, transparent
-
AuthorPosts
-
September 29, 2017 at 6:47 pm #858569
Hi,
So, I’m using the Fullscreen Slider and I’d like to remove the black transparent background behind the text. I’ve been searching for an answer through the forums here and I can’t find anything that works 100%.
Here’s one I found, but the .avia-caption-title doesn’t apply:
.avia-caption-title { background-color: none !important; } .avia-caption-content { background-color: none !important; }
I also found another few but they didn’t work at all. Is background-color: transparent; an option?
.avia-caption-title { background: none !important; } .avia-caption-content, .avia-caption-content p { background: none !important; }
^ This is the code I’m using at the moment. ^
Would be great to know what format I should be doing this in to get something that works 100%.
Thanks for all the help in advance!
- This topic was modified 7 years, 1 month ago by si_lyons.
October 1, 2017 at 12:19 pm #858882Hey si_lyons,
Please try the following in Quick CSS under Enfold->General Styling:
.caption_framed .slideshow_caption .avia-caption-title { background:none !important; }
Best regards,
RikardOctober 1, 2017 at 12:28 pm #858888hm – you mean in full-screen sliders ? those titles have the options that you desired.
Because you are not questioning for a globally solution – i think you did not recognizes that there is on alb element an option to do this:Click on the slide Image you mentioned – a modal window opens with the options – on second tab besides the slide there is the description (Caption) tab.
the Rest you can see in the image – click to enlarg:The headings without your background are those with no frame ! on text-positioning option
October 1, 2017 at 12:43 pm #858894Hi Guenni007,
This worked fine, thanks. I didn’t think to choose the framed / without frame, as the black transparent background isn’t really a frame. The phrase center framed means more that it’s centered within a frame.
Thanks for all the help anyway!
October 1, 2017 at 12:54 pm #858896well you could use this in english for “background, backdrop, back, ground, backcloth” too
so – indeed it is a frame tooOctober 1, 2017 at 7:48 pm #858966October 1, 2017 at 9:48 pm #859002Yes, thanks!!
October 1, 2017 at 10:57 pm #859024 -
AuthorPosts
- The topic ‘How to remove Fullscreen Slider Text Black Transparent Background’ is closed to new replies.