• Resolved p11

    (@p11)


    Hi, When I add a title to my blog name in options it automatically puts the name on my banner. Is there any way to disable the name from showing on the banner on my front page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • If you’re talking the h1 tag as title, set it to display:none; in the h1 element in the css.

    Thread Starter p11

    (@p11)

    Could you explain that in a bit more detail, Im kind of lost.

    Thread Starter p11

    (@p11)

    This is what I see in the theme editor, what do I need to add?

    .header h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    padding-top: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;

    just add display:none; after the last line there. Should work.

    Thread Starter p11

    (@p11)

    One sec, ill try it out

    Thread Starter p11

    (@p11)

    It still shows, check out the site http://www.pcexposure.com It the text showing over the logo, which is the Weblog title in my options.

    Heres the code:

    .header h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    padding-top: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    display: none;

    Um. The only thing I see there is your rounded-corner PC Exposure graphic on the cloud background.

    Did you clear your browser cache and hard refresh (CTRL+F5)?

    Thread Starter p11

    (@p11)

    Sweet guys, thanks a lot for the help…it works. Also thanks to vkaryl for realizing I didnt clear my cache 🙂

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

The topic ‘Title Problem’ is closed to new replies.