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.
The forum of the forums
2 posters

    How would I change the sites title directory to bold

    Ryanette
    Ryanette
    Forumember


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

    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
    kirk
    kirk
    Forumaster


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

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

     

      Current date/time is September 23rd 2024, 12:31 am