Unwanted Borders on mod_news_pro_gk1 user7-11

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Sat Dec 18, 2010 2:38 pm
Ive had a quick look to see where these borders are coded but I dont have the greatest knowledge in the world.

How can I remove the grey borders that are appearing around my thumbs and the module position itself please?

Ive tried disabling the module CSS in for example user7 Advanced Parameters

http://www.ourpcfixer.com

Thanks in advance...

regards
User avatar
Senior Boarder

GK User
Sat Dec 18, 2010 10:13 pm
Try to use some tools like Firebug (it is a mozilla firefox extension) and check css classes for interesting elements, anyway if you want to delete border around thumbnails in news show module open file style_standard.css in module directory, find line 218 :
Code: Select all
img.gk_npro_image_static {
   border: 1px solid #e5e5e5;
   padding: 2px;
   margin: 3px;
}


and comment first line (border: 1px solid #e5e5e5).
User avatar
Platinum Boarder

GK User
Sat Dec 18, 2010 11:49 pm
Cheers again...

Also commented out...

Code: Select all
div.gk_npro_mainwrap {
   overflow: hidden;
   color: #575757;
   padding-bottom: 10px;
   background: none;
   /* border: 1px solid #f5f5f5; */
}


...to remove the border I was getting around the module
User avatar
Senior Boarder


cron