Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    This is coming from your style.css file line no 292

    .builder-module-sidebar .widget li
    {
     background: url("images/heart-bullet.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
        list-style: none outside none;
        padding-left: 12px;
    }

    Please remove
    background: url("images/heart-bullet.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);

    you will get the solution

    Thanks

    Thread Starter mgeyman

    (@mgeyman)

    Thanks so much for your help! That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I get rid of the heart symbol at the beginning of the string?’ is closed to new replies.