Hi there. I have this site that I’m trying to customise: www.winterflood-images.com
I’ve used the advertisement widget to house links as I liked the way they looked. But I want to remove ‘Advertisements’ at the top. I’ve been into the ‘style-transparent.css’ file and found some code pertaining to the advert widget:
}
.advertisement {
padding-bottom: 10px;
}
.advertisement div {
width: 270px;
padding: 0;
text-align: center;
}
.advertisement img {
margin-right: 2px;
margin-left: 2px;
margin-bottom: 1px;
but I can’t see what i need to amend/delete to remove this text. Does anyone know?!
Also, I want to put a little graphic beneath each of the three images in the homepage block area. It’s just a little bar that’s the width of the image above and will sit between the image and the text. Is this possible? and if so, how do I achieve it?
Many thanks in advance.
One other thing. I’d like to nudge the logo image up a bit. I tried saving a png with transparency and an ‘empty’ area at the bottom, but it didn’t work. Any help greatly appreciated!
Add to the stylesheet
div.advertisement h3.widget-title { display:none; }I resolved the ‘Advertisement’ text problem! ....but not the other bit.
Image issue is fixed adding this to stylesheet
a.logoimage { padding-top:25px !important; }
I added the !important directive to ensure it’s taken, as depending where you insert the style in the sheet it may not take.
