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.

forum header

5 posters

Go down

Solved forum header

Post by iamawsometv June 19th 2010, 3:21 pm

I want my forum header link to be bold. Here is a pic of which section:
forum header Untitl21
iamawsometv
iamawsometv
Forumember

Male Posts : 156
Reputation : 0
Language : english BBCode

Back to top Go down

Solved Re: forum header

Post by KingOfSports June 19th 2010, 6:16 pm

Code:
<b>Announcements ~ Updates</b>
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Solved Re: forum header

Post by iamawsometv June 19th 2010, 8:27 pm

No to make a bold link. not text.
iamawsometv
iamawsometv
Forumember

Male Posts : 156
Reputation : 0
Language : english BBCode

Back to top Go down

Solved Re: forum header

Post by Caihlem June 19th 2010, 10:36 pm

Bold tags around the link batman
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

Solved Re: forum header

Post by TheListener June 19th 2010, 11:51 pm

Code:
<a href="link"><b>Announcements</b></a>

Or using CSS (if you use phpBB3 as I guess)

Code:
.forumtitle{
font-weight:bold !important;}

Hope it helps!
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

Solved Re: forum header

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

Hello,

Please provide a link to your forum. The one in your profile isn't working.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: forum header

Post by iamawsometv June 20th 2010, 5:13 pm

Oh sorry about that.
Here: http://social-island.forumr.net/
iamawsometv
iamawsometv
Forumember

Male Posts : 156
Reputation : 0
Language : english BBCode

Back to top Go down

Solved Re: forum header

Post by ankillien June 20th 2010, 5:17 pm

Thanks for the link Smile

Please navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
a.forumtitle {
font-size : 15px;
font-weight : bold;
}

Remove the font-size : 15px; line if you don't want to change size of it Very Happy
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: forum header

Post by iamawsometv June 20th 2010, 5:18 pm


Code:
.forumtitle{
font-weight:bold !important;}

That worked for PunBB perfectly thanks
Solved.
iamawsometv
iamawsometv
Forumember

Male Posts : 156
Reputation : 0
Language : english BBCode

Back to top Go down

Solved Re: forum header

Post by ankillien June 20th 2010, 5:22 pm

Glad I could help Very Happy

(wow...just got 4000+ posts xD)

Solved > Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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