Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mrsztuczkens

    (@mrsztuczkens)

    Hi,

    please change the image selector setting to:

    div.post img

    and let me know. When it comes to the green line on button, it’s added by your theme. To remove it you need to add this line to your CSS rules:

    .post-entry p a.pinit-button {
    	border-bottom: none;
    }

    that should help.

    Thread Starter atasteofkoko

    (@atasteofkoko)

    Still there

    https://blog.snapkitchen.com/whats-in-season-this-spring/

    And how fix where the pin button goes? It’s not on the image

    Plugin Author mrsztuczkens

    (@mrsztuczkens)

    From what I can see, the pin button renders just fine.

    To get rid of the green dots, you can add the following entry:

    .post-entry p a {
        border-bottom: medium none !important;
    }

    it’ll remove the dots from each link on the website though. Not much more to do here, as the green lines are caused by the theme, not the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Green line on button’ is closed to new replies.