• Resolved tkop

    (@tkop)


    http://untitledradio.com
    Theme: 2010

    Hello All!

    Thank you in advance for any assistance.

    I am trying to figure out how to title my blog so that a blog title appears in my browser window, tabs, etc. without having the title show up on my page. I like the look and feel I have going on now and when I add a title under General Settings > Page Title I get a huge title on the top of my page. This is what Im trying to avoid, as I have my page title in the custom header image I created. It’s extremely redundant.

    Ideally, I’d like to add a description without that showing up on the page as well.

    Please let me know if you can help/need any more information!

    Tom

Viewing 6 replies - 1 through 6 (of 6 total)
  • Michael

    (@alchymyth)

    either
    #site-title, #site-description { display:none; }
    or
    #site-title, #site-description { visibility: hidden; }
    or
    #site-title, #site-description { text-indent: -9999px; }

    added to style.css of twenty ten.

    btw: the forum is full with the same question and the same answer, so what did the forum search do for you?

    Thread Starter tkop

    (@tkop)

    Hi alchymyth,

    I’m not sure where to input/modify that code. Are you able to point me in the right direction?

    Michael

    (@alchymyth)

    added to style.css of twenty ten.

    i think, you can add one of those anywhere.

    btw:
    as twenty ten will be overwritten with your next upgrade, consider creating a child theme, and add these styles in style.css of the child theme.

    Thread Starter tkop

    (@tkop)

    Thank you very much, alchymyth. I did as you suggested and it worked! Much appreciated. Great info!!

    This can be closed now

    Michael

    (@alchymyth)

    This can be closed now

    that is your job – by marking this as ‘resolved’ -> box on the right 😉

    Thread Starter tkop

    (@tkop)

    lol. Thank u, as youve probably derived Im new here 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog Title in Browser Page/Tab’ is closed to new replies.