PDA

View Full Version : How to remove commas in sub forum?


CouponWCents
04-17-2013, 10:06 PM
On our list of sub-forums, how do I get rid of the commas?

Lynne
04-18-2013, 02:04 PM
Isn't it just CSS? I think I've posted the CSS to remove it before so try a search. Otherwise, you will need to supply a link to exactly what you want to change.

setishock
04-18-2013, 03:23 PM
Lynne this is your code taken out of context from the double column mod.

/* to remove the commas */
.commalist li.subforum:after {
content:"";
}

CouponWCents
04-18-2013, 05:58 PM
I added that to our additional css and the commas are still there

Lynne
04-18-2013, 08:39 PM
I added that to our additional css and the commas are still there
As I said.....
Otherwise, you will need to supply a link to exactly what you want to change.

CouponWCents
04-18-2013, 10:47 PM
http://www.couponwithcents.com/forum.php

There are commas beside every sub forum. :)

Lynne
04-19-2013, 12:35 AM
Your commas are actually in the source code, so it's being put in there via your style or code, not CSS.