skinnytwinkie
Member
Posted 2 years ago #
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???
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.
skinnytwinkie
Member
Posted 2 years ago #
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? :)
skinnytwinkie
Member
Posted 2 years ago #
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
skinnytwinkie
Member
Posted 2 years ago #
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! :)
skinnytwinkie
Member
Posted 2 years ago #
IT WORKS!!!!
THANK YOU SOOOO MUCH :)