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.

How would I change the sites title directory to bold

2 posters

Go down

Solved How would I change the sites title directory to bold

Post by Ryanette September 19th 2011, 6:11 pm

At the moment it's like this;

How would I change the sites title directory to bold 9kq7f9

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
Ryanette
Ryanette
Forumember

Male Posts : 135
Reputation : 2
Language : English (British)
Location : England, United Kingdom

http://www.devforumz.com

Back to top Go down

Solved Re: How would I change the sites title directory to bold

Post by kirk September 19th 2011, 6:20 pm

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;
}

 
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

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