Okay, so I am quite new to the Drupal community and I looking for some help before I slam my keyboard through my monitor. (Just a little frustrated...)
I have a view called news_view, which is a view that loads up all my news stories on one page. Its format is an unformatted list, and shows fields. I am looking to print a field manually. I created a views-view-unformatted--news_view.tpl.php.
I'm having a problem with getting rid of a border on my Site Logo.
I'm using a global style in a Style Sheet for all images
Example:
a img {
border: 1px solid #fff;
}
But I cant seem to overide these settings on my Site Logo in the same CSS sheet
#Logo {Border:none;} or {Border:0px;} does not effect the image, I can only modify its position.
Ive tried .header__logo-image {Border:none;} But it gives me the same result as #logo
Any help to get rid of my border on just the site logo would be great.
Hi everyone,
How can I remove gap between menu tabs on this page http://hflyer.vdl.pl. I'm using Omega subtheme. I'm trying different css styles, remove margin and padding, but problem is still.