The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
On our list of sub-forums, how do I get rid of the commas?
|
|
#2
|
||||
|
||||
|
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.
|
|
#3
|
|||
|
|||
|
Lynne this is your code taken out of context from the double column mod.
Code:
/* to remove the commas */
.commalist li.subforum:after {
content:"";
}
|
| Благодарность от: | ||
| CouponWCents | ||
|
#4
|
|||
|
|||
|
I added that to our additional css and the commas are still there
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
|
|
#7
|
||||
|
||||
|
Your commas are actually in the source code, so it's being put in there via your style or code, not CSS.
|
![]() |
|
|