footer links center and size..

Reva-bosS at 13h17
10
Sep
2011
my footer links is right and is very big size ...

i want to move to center and a good size


sorry for my english Sad
1 ankillien, on 10/09/2011 at 13h33
Try adding this code in Admin CP > Display > Colors > CSS

Code:
#pun-about{
text-align:center;
}
#pun-about ul li {
font-size: 10px;
}


Change the font-size:10px; as per your need.
2 Reva-bosS, on 10/09/2011 at 13h37
ok thanks !!

and i want for the "Legend :"

is very big and this Sad
3 ankillien, on 10/09/2011 at 13h49
You need to do it via templates...

Admin CP > Display > Templates > General > index_body

Find this code...

Code:
<p>{LEGEND} : {GROUP_LEGEND}</p>


...replace it with this...

<p><span style="font-size:10px;">{LEGEND} : </span>{GROUP_LEGEND}</p>
4 Reva-bosS, on 10/09/2011 at 14h00
ok thanks and i want to do not click in and group of legend (not energy link ? )
is only a text of legend ... admins mods users ....




5 ankillien, on 10/09/2011 at 14h09
If you want to remove the links from there and put only text, you can replace the above code with this...

Code:
<p><span style="font-size:10px;">{LEGEND} : </span>
[ Administrators ] [ Moderators ] [ Members ]
</p>
6 Reva-bosS, on 10/09/2011 at 14h16
thanks for help

theart solved and closed :p
7 Sanket, on 10/09/2011 at 15h54
Since this thread is marked solved, I will lock this thread.


Sanket Smile

Similar topics
how to remove all that original links and add something like this, i think i dont break any rules, again there is forumotion link and all that...ok i wanna add this what i already created for forum, i already add this to overall_footer_end but again its
Hi everyone! I'd like to suggest that non-founder administrator's can access and modify (Edit, add and remove) the additional footer links. What's everyone think?
Well play list links right now are showed at wrong place, at last dont need to be showed at all, here is my forum link http://craftingservice.bosnianforum.com/ and play list is showed near Copyright links
Replies 1 to 7 on 7 for "footer links center and size.."
See also
more_less
Informations

7 Replies For the topic :
"footer links center and size.."

This topic has been viewed 732 times.

Last message :
10/09/2011 at 13h17 by "Reva-bosS"