Forums

How to remove text text from upper section above Header Image TwentyTen? (4 posts)

  1. coffee_king
    Member
    Posted 1 year ago #

    Would anyone happen to know how to remove all the text above the main image header in TwentyTen so that the image header and everything below it moves up quiet a bit?
    http://www.midlandsdrumlessons.co.uk

    Thanks

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try adding:

    h1.site-title, #site-description {
    position:absolute;
    top:-9000px;
    left:-9000px;
    }

    to the bottom of style.css. But be warned that your customisations will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

  3. coffee_king
    Member
    Posted 1 year ago #

    Hey
    That didnt work I'm afraid, it just removed(or hid) the text on the right hand side, and didnt remove the text on the left hand side.
    Eitherway it did not move the header image up.
    Any ideas?

  4. Root
    Member
    Posted 1 year ago #

    I think there is a typo in the solution
    Try this :

    h1#site-title, #site-description {
    position:absolute;
    top:-9000px;
    left:-9000px;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic