• Resolved douglaswarnold

    (@douglaswarnold)


    7/31/2018

    Hello

    This css for Integral is linking to a place I cannot find:

    background: rgba(0, 0, 0, 0.4) <strong>url('images/bg-strip.png')</strong> repeat scroll 0 0;

    I want to turn OFF the pattern; but, can’t figure out how to do that or why the CSS would not be referencing something local to my site.

    Doug

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

Viewing 1 replies (of 1 total)
  • Theme Author themely

    (@themely)

    Hello Douglas,

    The CSS for the layer can be found on line 351 of the style.css file.

    This is the code you are looking for.

    In the Admin Dashboard go to Appearance > Editor and select the style.css file.

    Let me know if you have any other questions.

    /* Dark Overlay */
    
    .blacklayer {
        background: rgba(0, 0, 0, 0.4) url('images/bg-strip.png') repeat scroll 0 0;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘.blacklayer referencing a png I cannot edit’ is closed to new replies.