johnman
Member
Posted 11 months ago #
My website is here http://www.premierskewers.com. As you can see i've been able to remove the title header above the header image from following the posts in this forum. However can someone help me remove the white space above my header image. I am using the twentyten template. Help is really appreciated.
Don't edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress. For this reason, it is recommended that you consider creating a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.
johnman
Member
Posted 11 months ago #
child theme has been created. Await your instructions.
Now try switching to the new child theme.
johnman
Member
Posted 11 months ago #
Sorry i'm new to this but how do i change to my new child theme from the dashboard??
The same way you activate any other theme - via Appearance -> Themes.
johnman
Member
Posted 11 months ago #
when i click into themes page all i see is manage themes and install themes tab, i don't see activate child theme? what am i doing wrong?
babypress
Member
Posted 11 months ago #
One way is you can add this to the style.css file in your child theme folder, it wont remove it but will make it a height of 1px:
h1#site-title{
height:1px;
}
Is your child theme listed on the Manage Themes page?