remove image border on articles

GK User
Thu Mar 01, 2012 6:47 pm
Hi,

I want to remove the black borders on the image articles.
http://demo.gavick.com/joomla15/mar2010 ... bottom.png
http://demo.gavick.com/joomla15/mar2010 ... er_top.png

on this forum i find this piece of code and added this in my override.css but still i can see the borders.
I want to remove these images without messing up the text

//the code from antoher topic//
.nobackground div.gkImgBorderBottom>img {
margin:0!important;
padding:0!important;
background:none;}

.nobackground .gkImgBorderTop,
.nobackground .gkImgBorderBottom {
background-image: none; }

If u have a css override that would be nice
please advice

thanks
User avatar
Junior Boarder

GK User
Fri Mar 02, 2012 1:32 am
Hi

Please try instead this lines on override.css file:

Code: Select all
.gkImgBorderTop,
.gkImgBorderBottom {background-image: none!important}


According to your request, it will only remove bg for article images, right?

Cheers
User avatar
Platinum Boarder

GK User
Fri Mar 02, 2012 4:03 pm
hello sir,

yes indeed the change is only for article images.
but i added this line but no change! still i can see the borders..
User avatar
Junior Boarder

GK User
Mon Mar 05, 2012 10:55 am
any thing else i can try?
User avatar
Junior Boarder

Konrad M
Mon Mar 05, 2012 12:04 pm
Did you enable override.css option in template settings ?
User avatar

GK User
Mon Mar 05, 2012 12:20 pm
Konrad M wrote:Did you enable override.css option in template settings ?


Yes I use the override.css for a lot of other modifications so it is enabled of course.
User avatar
Junior Boarder

Konrad M
Mon Mar 05, 2012 1:54 pm
Ok try unpublish GK Image border plugin.
User avatar

GK User
Mon Mar 05, 2012 2:20 pm
Konrad M wrote:Ok try unpublish GK Image border plugin.


It is allready unpublished but the strange thing is when i click on it to open it i get this message
500 - An error has occurred.
Error loading form file

http://www.webpagescreenshot.info/img/1 ... 01232027PM
User avatar
Junior Boarder


cron