• adinl551

    (@adinl551)


    Hi, my Blog title is The Healing Heart, I would like to have my bullets in an unorganized list appear as hearts I would also like them to appear along in the sidebar here is what I have put in as code
    ` .entry-content ul li {
    list-style-type: none;
    }

    .single ul li:before {
    content: “\2665”;
    color: #800000;
    padding-right: 0;
    }’

    I have been able to partially create that, but there are a couple of issues:
    1. I want the hearts to show in the sidebar menu for past posts under the Title Hot off the Presses as well as in the bulleted ul lists. However, it also shows a small pencil icon I do not want to have–is there away to keep the hearts and get rid of the pencil icon?

    2. the hearts are showing on the top bar menu items and I don’t want this

    Could you help me out show me what I am doing wrong? Perhaps suggest the correct code,here is a link to my blog and one of the pages that is driving me nuts. The other thing is the hearts are not displaying like this on the pages but rather on all the post pages. so you will see 2 links here one to post page one to a page.
    Home page
    Healing Heart Post Page

    Thanks

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    1. This should remove your pencil icons:

    .widget_recent_entries .widget-inner li a:before {
        display: none;
    }

    2. This should remove the hearts from the menu:

    .sf-menu li:before {
        display: none;
    }

    Just paste those in your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Changing bullets on my Blog posts’ is closed to new replies.