Closed (fixed)
Project:
Newswire
Version:
6.x-3.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2009 at 03:19 UTC
Updated:
3 Apr 2009 at 02:10 UTC
I want to change the square color of ul, li on blocks but couldn't find it. What part of the style(s) should I change? Thanks.
Comments
Comment #1
mknapp commentedIn your newswire theme folder: >>sites>>all>>themes>>newswire
Find: style.css
open
Find: ul li, ul.menu li, .item-list ul li, li.leaf {
list-style-image: url(images/your ul li bullet image here.gif);
}
That did it for me. That will change all ul li bullets. You can target just the right or right_2 column or whatever div with #right ul li, ul.menu li, .item-list ul li, li.lea {
}
mk
Comment #2
gazeta commentedThank you mk
It's done.
By the way, why changes of css files take about a day to be reflected on the page?
Comment #3
Jeff Burnz commentedOnly reason for that is you are looking at the site logged out and you have the cache turned on. CSS changes for logged in users with CSS aggregation turned off should be instant.