• Hello,
    Most of the blog posts for a site I work on have a heavy, dark, translucent band around the header image. It almost looks as if there are two copies of that image.
    I’ve looked for the cause of this issue, but I can’t seem to find it.
    The site is built with Uncode theme and child theme and the WP Bakery page builder.
    WordPress, the theme, and all plugins are up to date.
    Can anyone explain what is causing this issue? I’d be grateful.
    Best,
    AK

    • This topic was modified 2 years, 10 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • lisa

    (@contentiskey)

    best to ask Uncode theme support team and/or WPBakery plugin support teams
    https://themeforest.net/item/uncode-creative-multiuse-wordpress-theme/13373220/support

    *possible source* — might need to use media queries to remove instances of “dark band” around top post images
    look in theme CSS or WP Bakery CSS like this and change to padding to 0px instead
    use additional CSS area instead of modifying theme or plugin files

    @media (max-width: 1699px){
    .main-container .row-container .triple-bottom-padding {
        padding-bottom: 72px;
    padding-top: 72px;
    }
    }
    • This reply was modified 2 years, 10 months ago by lisa.
    • This reply was modified 2 years, 10 months ago by lisa.
    Thread Starter akubrin

    (@akubrin)

    Thanks, @contentiskey. I looked for the theme and plugin forums yesterday, but didn’t find them. I’ll cross-post to them now. I may also try your code.

    The strange thing is that this problem showed up only recently, and it only affects some of the blog posts.

    Thanks for your help.

    lisa

    (@contentiskey)

    “I looked for the theme and plugin forums yesterday, but didn’t find them.”
    Agreed, both WPBakery plugin and UnCode theme are outside of normal www.ads-software.com support forums area.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dark band around header images in blog posts’ is closed to new replies.