• I am customizing a theme and in the header under my title is the following text “Just another WordPress site.” How can I remove that and place it elsewhere as I feel this distracts from my header.
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • what theme? they are all different

    link to yur site could help us too……

    generically you would edit header.php and style.css

    you can change the text in ‘dashboard’ ‘settings’ ‘general’ ‘tagline’

    Thread Starter drdonem

    (@drdonem)

    Sorry, I’m new to this. I am using the K2 theme. Site is TucsonReal-Estate-Agent.com.
    Site is still under construction.
    I will try above on dashboard.
    Thanks.

    to move the text from the header, try and edit this style in style.css of your theme:

    #header .description { /* Description in header */
    	font-size: 1em;
    	margin: 0 40px; 	}

    add text-indent:-9999px; to it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing text’ is closed to new replies.