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

mknapp’s picture

In 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

gazeta’s picture

Thank you mk

It's done.
By the way, why changes of css files take about a day to be reflected on the page?

Jeff Burnz’s picture

Status: Active » Fixed

Only 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.