How would I change the sites title directory to bold

Ryanz at 18h11
19
Sep
2011
At the moment it's like this;



I want it to be bold via CSS, I've tried <strong>Site title</strong> in generalities >> Site name & templates >> Overall_Header and it shows the HTML tags publicly, I don't like that.
Is there a CSS way of making it bold!?
1 kirk, on 19/09/2011 at 18h20
this should work.

find this in your css
Code:

.pun-crumbs a {
    text-decoration: none;
}

 


and replace with this.

Code:

.pun-crumbs a {
    text-decoration: none;
    font-weight: bold;
}

 
Similar topics
Hello everyone! I have a question... a user of my roleplay forum asked me if it was possible to change the topic titles in the "Topics being watched" part of the profiles into bold type. I use PunBB for that site and the version I used before
Payout minimum $0.01 Pay per click $0.01 Pay per referral click $0.007 Payout minimum $1 Pay per click $0.01 Pay per referral click $0.005 Payout minimum $2
hy how can i change name in Tab becouse is like this creaza un forum : "my forum name " and i wanna show only " my name forum" there Thanks !!
See also
more_less
Informations

1 Replies For the topic :
"How would I change the sites title directory to bold"

This topic has been viewed 550 times.

Last message :
19/09/2011 at 18h11 by "Ryanz"