• Resolved adamparr01

    (@adamparr01)


    Hi,

    I’m looking for help with removing the arrows between jetpack sharing buttons.

    The arrows seem to appear on blog posts only (but didn’t when they were active on pages which I disabled anyway as I didn’t want the sharing buttons there).

    Could anyone please help with this?

    Thanks in advance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Velda

    (@supernovia)

    Hi, your theme’s CSS is adding that symbol to every list item except a few cases it excludes.

    This will likely work to fix it:

    .sd-content li:before {
        content: none !important;
    }

    Hoping it helps.

    Thread Starter adamparr01

    (@adamparr01)

    That worked perfectly thanks!

    Just so I understand, is there anything else that could potentially change?

    Thanks,
    Adam

    Plugin Support jerrysarcastic

    (@jerrysarcastic)

    I’m not sure what you mean. You are concerned this CSS code will lead to other changes on your site? It is written so that it targets only the arrows that appear on sharing buttons.

    I can confirm that your sharing buttons appear as normal to me when I visit. You can see what I see at this link: https://d.pr/i/d1wkDo

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing arrows between jetpack sharing buttons’ is closed to new replies.