Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ericfranks

    (@ericfranks)

    Thank you for the feedback.

    I tried applying that on our test site and it didn’t work. I then installed ColorMag 5.0.16 on a second test site, uploaded the three image files, adjusted the urls accordingly, and it’s still not showing. I’m not sure what I’m missing.

    The second test site where I uploaded the images and applied the custom CSS is https://brokedownderelict.com/

    .cm-footer-main-row{
    background-image: url(https://brokedownderelict.com/wp-content/uploads/2025/03/hills-lake.png), url(https://brokedownderelict.com/wp-content/uploads/2025/03/morefoot-back.jpg), url(https://brokedownderelict.com/wp-content/uploads/2025/03/blue-texture.jpg);
    background-position: top, left top, left top;
    background-repeat: no-repeat, repeat-x, repeat;
    }
    .cm-footer-bottom-row {
    background-image: url(http://flls.fllslibraries.org/wp-content/uploads/2021/12/blue-texture.jpg);
    background-attachment: fixed;
    }

    I don’t have any plugins installed, no caching that’s keeping the update from being visible, and even when I add the code to the Custom CSS box, the preview of the site doesn’t change. I tried removing the other CSS and that didn’t help either.

Viewing 1 replies (of 1 total)