Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #899396

    Hi guys,

    I see that now when I add a Text element in a color section with a background image and I choose the font color to be white, there is a black overlay box that’s added automatically (something I used to add via QuickCss).

    How do I remove that automated overlay now? I added an overlay to the background image in the color section and the result is that I now have an extra overlay on the white text, which I do not want, because it covers the image too much.

    Thank you for your help.

    Here’s the sample (scroll to the bottom of page to see what I mean):

    #899427

    Hey Antonio,

    I scrolled to the bottom of the page however could not see an overlay on any of your images. Have you figured it out already? If not, please elaborate on the changes you would like to make.

    If you would like to disable linked image overlays, please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay”.

    Best regards,
    Yigit

    #899632

    Hi @Yigit, thanks for your reply.

    I attach the screenshot below, so I can be more precise on what I mean.

    Text element white font black overlay

    As you see from the red arrow I added, when you add a text element and you choose white for the font color, it now automatically adds a black background. I would like to remove that black background from the text box and leave it as is, because I already placed a black overlay on the background image.

    Thank you for your help.

    Antonio

    #900435

    Any update on @Yigit ?

    Thank you so much :)

    #901798

    Hi,

    Thank you for the info.

    It’s because of the following css modifications.

    .page-id-4476 .avia-builder-el-27 {
        padding: 20px;
        background-color: rgba(0,0,0,0.8);
    }
    
    .avia_textblock.av_inherit_color {
        padding: 20px;
        background-color: rgba(0,0,0,0.8);
    }

    Best regards,
    Ismael

    #902883

    Ok, thank you so much.

    I suspect you mean that if I go in the Quick CSS and delete those modifications it won’t occur?

    Thank you.

    #903104

    Hi,

    Yes, please try to remove those css codes. Let us know if it helps.

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.