Ypanesa
Member
Posted 7 months ago #
Hi,
I use a child theme of dKret 4.6. I uploaded several header images in the header administration part.
How can I delete images? I deleted it directly in the folder, where they go when uploading (wp-content/uploads) but then the little radio button remains and shows an empty header, when I choose random header image.
Help would be deeply appreciated. Thanks a lot.
Ypanesa
Member
Posted 7 months ago #
Is there anybody who can help?
electric warrior
Member
Posted 7 months ago #
Perhaps you could link to your blog so people could directly see what's going on?
I think maybe you should check your style.css file to see if there is css written for a header. You might want to delete that code or set the height to 0px, 0px (or more, depending on what written above the header image).
Ypanesa
Member
Posted 7 months ago #
It's this site: http://bikeaway.info
I did check the style.css and did not find anything. But I'll check again.
Ypanesa
Member
Posted 7 months ago #
What I have in the style.css is this:
#header {
text-align: right;
}
#site-title {
font-size: 36px;
margin: 0;
padding: 18px 35px 0;
text-align: right;
}
#site-title a {
color: #048;
}
#site-description {
color: #474747;
font-size: 16px;
margin: 0;
padding: 1px 35px 1px;
}
My question is: How can I enter line breaks and use 2 lines for the describing text?
electric warrior
Member
Posted 7 months ago #
There is still a header image defined in your css
#header {
background: url( http://bikeaway.info/wp-content/uploads/cropped-b-2011-001.jpg ) no-repeat;
height: 160px;
padding: 0 0 0 18px;
}
I only mess around with codes and am everything but knowledgeable around it but try just deleting the link and then setting the height of your header as high as you want it, add a background color too and you'll be left with a image-less header :)
Ypanesa
Member
Posted 7 months ago #
Why should I change the hight of the header? There is enough space for two lines of describing text. I would like to put the text "Für Reiseradler, Biker und GPS-Freunde" on 2 lines.
I don't understand, how I can write this describing text on two lines. Usually the hight of the div container depends on its content. But how do I insert a line break, a new line? (Zeilenumbruch)
The header image is a random image that changes.
electric warrior
Member
Posted 7 months ago #
I was telling you how to delete the header image I don't know if that's what you still want?
I don't know how to make line breaks though I can suggest you try to insert
where you want your line break.