• Hello, this could go under Themes as well, sorry if this is the wrong area.
    I have read so much on this my eyes hurt. For some reason I’m just lost on this. I would like to have the blog title for the main page to be “Cigar Beat-Cigar Reviews” but do not want it to show up over my my header image. You can see my image at https://www.cigarbeat.net/blog

    Here is my header code:

    <div id="header">
       <ul id="topnav">
    
    <li><a>" id="navHome" title="Newest Posts" accesskey="h">Blog Home |</a></li>
    <li><a href="https://www.cigarbeat.net/blog/about-cigar-beat/" title="About Cigar Beat">About Cigar Beat |</a></li>
    <li><a href="https://www.cigarbeat.net/forum" title="Cigar Beat Forum">Forum |</a></li>
    <li><a href="https://www.cigarbeat.net" title="Cigar Beat Home Page">Cigar Beat Home |</a></li>
    <li><a href="https://www.cigarbeat.net/blog/contact-cigar-beat/" title="Contact Cigar Beat">Contact </a></li>
       <h1><a>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
       <div id="desc"><?php bloginfo('description');?></div>
    </div>

    I know the

    <h1><a>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
       <div id="desc"><?php bloginfo('description');?></div>
    </div>

    needs be changed but for the life of me I just don’t know what to change. Can anyone help with this?

    Thank you,
    Vince

Viewing 3 replies - 1 through 3 (of 3 total)
  • h1 {display: none;
    ...etc.}
    
    #desc {display: none;
    ...etc}

    in your stylesheet!

    Thread Starter vfleming

    (@vfleming)

    rudolf45, could you please tell me how to do this, CSS is differant than I’m used to.

    My style has has this in it.

    #header h1
    {
       margin: 0;
       font-size: 1.6em;
       padding:10px 20px 0 0;
       text-align:right;
    }
    
    #header h1 a
    {
       color:#B5C09D;
       text-decoration:none;
    }
    #header h1 a:hover
    {
       color:#F7F3ED;
    }
    #header #desc
    {
       font-weight:normal;
       font-style:italic;
       font-size:1em;
       color:#B5C09D;
       text-align:right;
       margin:0;
       padding:0 20px 0 0;
    }

    Should I add that code to all three parts?

    Thread Starter vfleming

    (@vfleming)

    I put it in all three areas and it worked….. It worked but I’m still confused.. Going to go read more on it.

    Thanks rudolf45…..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weblog title: Confused’ is closed to new replies.