How would I change the sites title directory to bold
2 posters
Page 1 of 1
How would I change the sites title directory to bold
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!?
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!?
Last edited by Ryanz on September 20th 2011, 12:09 am; edited 1 time in total
Re: How would I change the sites title directory to bold
this should work.
find this in your css
and replace with this.
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;
}
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
» Change Chat Box Title
» I want to know how to change the "Bold" color text.
» Title of the forum in the tab did not change after the name change.
» help change title in tab
» Change Chat Box Title
» I want to know how to change the "Bold" color text.
» Title of the forum in the tab did not change after the name change.
» help change title in tab
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum