• Resolved eblanch

    (@eblanch)


    I am trying to put a website title on my site, but the way the theme is set up I can’t seem to do it without putting the title in the header which ruins my logo. I am using Multi-color 1.7 by Nischal Maniar. There is a place to type the title in the settings category and a place to remove the header text in the header category, but they don’t seem to have any effect on each other. I can’t access the html to the homepage on this theme and I can’t seem to find how to change the title within the CSS. Please help!

    http://www.blanchardtrombone.com

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you do not want the title and description above your header image than in style.css look for this
    #header h1 {
    font-family:Arial;
    font-size:48px;
    margin-bottom:5px;
    margin-left:40px;
    padding-top:50px;
    text-shadow:1px 1px 1px #444444;
    }

    and add
    display:none;
    after
    text-shadow:1px 1px 1px #444444;

    and do the same for description and enter your title and description in settings and it will not display on pages but will show on top of browser.

    Thread Starter eblanch

    (@eblanch)

    I got it to work. I had to add it three times! Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘web page title vs blog title’ is closed to new replies.