• Resolved myrnatheminx

    (@myrnatheminx)


    Hello, I have a simple question. I have searched the forum for the answer already and didn’t find it. I want to change the header font that the wpblog title in the admin panel used on my site. I know how to change the size and style, just not how get a specific font to show up. I tried adding bauhaus 93 to the font-family of my header code but no dice. Any help would be appreciated. I would like my title to show in in bauhaus 93. Is my only choice to create it as an image? Tanks

    https://www.renofabulous.com

    What I think is the relevant code:

    body {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: center;
    padding: 0 16px;
    margin: 0;
    background-color: #D44747;
    }

    #container {
    width: 920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
    text-align: left;
    background-image: url(images/back.gif) !important;
    background-image: url(images/backie.gif);
    border-left: 16px solid #DCCABD;
    }

    #header {
    padding-top:15px;
    height:85px;
    background:url(images/kiss.jpg) left top no-repeat;
    margin-bottom:15px;
    }

    #header h1 {
    margin: 0;
    padding: 0 0 0 60px;
    }

    #content #header h1 a {
    color: #000;
    font-family: bauhaus,hevetica,sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -1px;
    text-decoration: none;
    }

    #header-image {
    background-image:url(images/header/rotator.php);
    background-repeat: no-repeat;
    width:400px;
    height:300px;
    float:left;
    padding-bottom:10px;
    }

Viewing 1 replies (of 1 total)
  • Thread Starter myrnatheminx

    (@myrnatheminx)

    Okay, I think I understand why this is not possible–depends on each person’s available fonts. Guess I am making an image. But I have another small issue. My theme has built in icons that match up with the home, about, and contact pages which I have edited. Unfortunately, the icons have rollover text that did not changed so each one still says “home” whether its the home page, about page or contact page. Thanks https://www.renofabulous.com

Viewing 1 replies (of 1 total)
  • The topic ‘Change wpblog title font’ is closed to new replies.