• I want to remove the green background of sticky post. Tried many searches and settings and cannot seem to do that.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .home .type-post.sticky {
        background: #fff;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Thread Starter MVEBA

    (@mveba)

    Thanks for responding. My first problem was I was not displaying admin window.

    I added .home .type-post.sticky {
    background: #999;
    }

    to the very bottom of custom CSS and seeing no change.
    I tried something like this also
    .home .type-post.sticky {container: #354A78;
    background: #fff;
    }
    I will learn more about this and I was sure I have done this before by cloning post and publishing again. I do not always want this particular post sticky. Just for week or so.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Post format’ is closed to new replies.