i need remove all in red box and make border at green box, please..
2 posters
help remove and border at categories
genji watanabe- Forumember
- Posts : 241
Reputation : 20
Language : overflow: hidden;
Location : Asian
- Post n°1
help remove and border at categories
i need remove all in red box and make border at green box, please..
Guest- Guest
- Post n°2
Re: help remove and border at categories
1. Removing Topics & Posts columns:
Go to Administration Panel => Display => Templates => General => index_box => => Find these codes and remove:
2. Adding a border to last post:
Go to Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet, add this code:
Go to Administration Panel => Display => Templates => General => index_box => => Find these codes and remove:
- Code:
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
- Code:
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
2. Adding a border to last post:
Go to Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet, add this code:
- Code:
td.tcr span{
border: 2px solid green;
}
genji watanabe- Forumember
- Posts : 241
Reputation : 20
Language : overflow: hidden;
Location : Asian
- Post n°3
Re: help remove and border at categories
THANKS Gassy! you allways help alot
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
- Post n°4
Re: help remove and border at categories
Topic Solved & Locked |