The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

phbb3 footer customization

4 posters

Go down

phbb3 footer customization Empty phbb3 footer customization

Post by WhatIf June 20th 2010, 1:38 am

Is there anyway to customize the footer links at the bottom of a forum that runs PHBB3. If so, how?
WhatIf
WhatIf
Forumember

Posts : 411
Reputation : 1
Language : Morse Code

Back to top Go down

phbb3 footer customization Empty Re: phbb3 footer customization

Post by Master Marc June 20th 2010, 1:44 am

WhatIf wrote:Is there anyway to customize the footer links at the bottom of a forum that runs PHBB3. If so, how?
CSS, Wink

If you want something done, private message me at Fuji or my forum, Very good
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

phbb3 footer customization Empty Re: phbb3 footer customization

Post by ankillien June 20th 2010, 4:04 am

Hello,

On phpBB3, we can't change or customize the links but we can customize the way they look with CSS.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

phbb3 footer customization Empty Re: phbb3 footer customization

Post by TheListener June 20th 2010, 6:24 am

Like them said. You can use the following <div> tag to edit them Smile

ul.linklist

An example,

Code:
ul.linklist{
text-size /* Size */:11px;
color /* Text color */:#fff;
border /* Border, if any */:1px solid black;
background-image /*Any image as background*/ :url(link_of_image);
background-repeat /* Repeat the background img horizontally */:repeat-x;}

As for the links, use a.linklist. Example:

Code:
a.linklist{
font-weight /* Bold*/:200;
text-decoration /*Any*/:underline;}

And for hovering effects,

Code:
a.linklist:hover{
top /* Make it jump a bit */:-1px;
text-decoration:none;}

Hope it's helped!
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum