Forums

HOW CAN I HIDE MY SITE TITLE AND TAGLINE ON A TWENTY TEN THEME ???? (3 posts)

  1. emailnathanlake
    Member
    Posted 1 year ago #

    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.

  2. Hotmale
    Member
    Posted 1 year ago #

    I think that you can hide text with this

    text-indent: -99999px;

    in your CSS

    Martin

  3. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic