• emailnathanlake

    (@emailnathanlake)


    So I have been all over google trying to search for a way or code to hide the site title and tag line. I want it to show on the search engines etc and I know theres a code but I think with the change to wordpress 3.0.1 the codes are different. Can someone please help???? Also is there anyway to make the header picture bigger???? Thank you in advance.

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

    (@hotmale)

    I think that you can hide text with this

    text-indent: -99999px;

    in your CSS

    Martin

    Michael

    (@alchymyth)

    you could add

    #site-title, #site-description { display: none; }

    to style.css of Twenty Ten; or add display: none; to the existing styles of #site-title and #site-description


    the header size is set in functions.php –

    define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
    	define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );

    searching this forum should give you further answers to this question.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HOW CAN I HIDE MY SITE TITLE AND TAGLINE ON A TWENTY TEN THEME ????’ is closed to new replies.