Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #303797

    Hi
    the tip works great
    .entry-content-wrapper div li:before {
    content: ‘→’;
    padding-right: 5px;
    }

    ul.disc, .entry-content-wrapper ul {
    list-style: none;
    }

    .entry-content-wrapper li {
    margin-left: 0;
    }

    But now the arrows are also in the socal media buttons

    #303821

    Hi heufti65!

    Please add following code to Quick CSS as well

    li.av-share-link:before {
    display: none;
    }

    Best regards,
    Yigit

    #305371

    Thanks for supporting me. That´s the solution.
    Best, Oli

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘List Style with arrows now in Social Media Buttons’ is closed to new replies.