[Resolved] changing color of background image in on blog page

Home Forums Support [Resolved] changing color of background image in on blog page

Home Forums Support changing color of background image in on blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #536577
    Schuyler

    I’m able to change the color of the background image of the footer widget on all but one page — the blog. I can even get the color of the background image of the individual post pages color changed. I’m changing the color via the Simple CSS plugin

    .footer-widgets {
        background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' width='80' height='80'%3E%3Cpath fill='%23668abe' fill-opacity='0.11' d='M14 16H9v-2h5V9.87a4 4 0 1 1 2 0V14h5v2h-5v15.95A10 10 0 0 0 23.66 27l-3.46-2 8.2-2.2-2.9 5a12 12 0 0 1-21 0l-2.89-5 8.2 2.2-3.47 2A10 10 0 0 0 14 31.95V16zm40 40h-5v-2h5v-4.13a4 4 0 1 1 2 0V54h5v2h-5v15.95A10 10 0 0 0 63.66 67l-3.47-2 8.2-2.2-2.88 5a12 12 0 0 1-21.02 0l-2.88-5 8.2 2.2-3.47 2A10 10 0 0 0 54 71.95V56zm-39 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm40-40a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM15 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm40 40a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'%3E%3C/path%3E%3C/svg%3E");
    }

    any ideas?

    #536772
    Tom
    Lead Developer
    Lead Developer

    Index pages in WP won’t accept meta box values.

    Try this CSS in the main CSS editor:

    .blog .footer-widgets {
    
    }
    #537232
    Schuyler

    thanks, that worked

    #537511
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

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