site title

Support Area Forums Foxy site title

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #4811
    trina buhler
    Participant

    Hello,

    Just wondering if I can get the code for for custom CSS to change the font of the site title and add a block of colour behind the site title.

    Any assistance would be greatly appreciated.

    Trina

    #4822
    Bill Robbins
    Moderator

    Trinia,

    Great question. You can use this code in the Custom CSS box as a starting spot:

    #text-logo h1 a,
    #text-logo p a {
    background-color: #000;
    padding: 10px;
    color: #ccc;
    }

    That will give you a black background and silver colored type. It also adds a bit of padding so the background will extend beyond the type.

    Hope that helps,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘site title’ is closed to new replies.