• Resolved skinnytwinkie

    (@skinnytwinkie)


    On all of my Categories and Sub Categories…There is this Icon next to them. It is also showing up next to the Poll Questions and Results.
    The Icon looks like a blank piece of paper with a Yellow Star on it (kinda towards the lower left hand corner).

    Can I REMOVE this Icon from showing up in both of these areas???

Viewing 7 replies - 1 through 7 (of 7 total)
  • this would be a background image, assigned in the stylesheet. View the icon by itself in a tab and select properties to see its filename. Then search the stylesheet for the filename.

    Thread Starter skinnytwinkie

    (@skinnytwinkie)

    then how do i get rid of it???

    OR…If I can replace it, where can I find a replacement Icon that would be a better fit for my site?

    Can you link us to your site so we can help? 🙂

    Thread Starter skinnytwinkie

    (@skinnytwinkie)

    This CSS code causes the icons to appear
    style.css (line 180)

    #sidebar li {
    background:transparent url(images/list.png) no-repeat scroll left center;
    border-bottom:1px solid #D4EEF9;
    padding:5px 5px 5px 18px;
    }

    To get rid of them change background line to
    background: none;

    To change the icon, just sub a different file name for list.png

    Thread Starter skinnytwinkie

    (@skinnytwinkie)

    I am still new to codes…i will have my husband help me with this and i will let you know how it worked out! THANK YOU! 🙂

    Thread Starter skinnytwinkie

    (@skinnytwinkie)

    IT WORKS!!!!

    THANK YOU SOOOO MUCH 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I remove the Icons next to my Categories and Poll Questions/Answers????’ is closed to new replies.