Okay
  Public Ticket #1243288
Remove black overlay image banners
Closed

Comments

  •  5
    Inki started the conversation

    Hi,


    I'm using the element Laborator Image banner to create an image, however there is a black overlay added automatically (probably to increase readability white font), but I have images with text already on them. 

    Could I add some custom css to remove the black overlay?

    Thanks

  • [deleted] replied

    Hi Inki,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Please just add the code below to your Custom CSS area:

    .page-container .wpb_content_element.lab_wpb_image_banner .ol {
        background-color: rgba(0,0,0,0.0)!important;
    }

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken, pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Thanks!