Viewing 6 replies - 1 through 6 (of 6 total)
  • We would also like to get rid of these clovers at the bottom of each page. Has anyone got a solution? Do you have to subscribe to WordPress to get this kind of solution? Is It guaranteed?

    Thread Starter breanamichele

    (@breanamichele)

    I can’t believe no one has been able to solve/help with this in over 3 months! I still have the darn things on each page and it drives me crazy! Anyone?!?

    If anyone is still having problems with this add below to css, preferably in a child theme so you don’t have any problems if there’s a theme upgrade:
    #post-2.content-box.post-2.page.type-page.status-publish.hentry {
    opacity: 0;
    }

    Seems I was only partly right with fix, now not working again, as post number changed on page and broke it.

    Ok pretty sure I fixed it this time.
    Goto Appearance – Editor find the style.css file should come up straight away.
    Scroll down to section 13.0 custom css.
    Scroll down again and find this section:
    /*post*/
    article.post,
    article.page {
    margin:0 0 20px;
    padding:0 0 40px;
    Remove this line >>>>> background:url(images/divider.png) center bottom no-repeat;
    background-size: 580px auto;
    Click on Update File and you’re done.
    The clover is divider.png once that’s gone so will icon be.

    Thread Starter breanamichele

    (@breanamichele)

    Thank you so much! Removing divider.png worked perfectly. I had pretty much given up on this.

    • This reply was modified 7 years, 5 months ago by breanamichele.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Clover’ is closed to new replies.