Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 6 years, 6 months ago by si_lyons.
    #858882

    Hey 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,
    Rikard

    #858888

    hm – 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

    #858894

    Hi 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!

    #858896

    well you could use this in english for “background, backdrop, back, ground, backcloth” too
    so – indeed it is a frame too

    #858966

    Hi,
    Thanks Guenni007, si_lyons, is this solved now?

    Best regards,
    Mike

    #859002

    Yes, thanks!!

    #859024

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove Fullscreen Slider Text Black Transparent Background’ is closed to new replies.