lines in contact image

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Nov 24, 2012 10:58 pm
Reply with quote
Report this post
http://s345833943.mialojamiento.es/barn ... 38-55.html
Hi, how can I remove the white lines arround the image??
Thanks.
User avatar
Gold Boarder

GK User
Sat Nov 24, 2012 11:06 pm
Reply with quote
Report this post
Hi

Please go to Bikestore template parameters > advanced settings and enable the use of css override.

Them open ../templates/gk_bikestore/css/override.css and write this line on that file.

Code: Select all
.contact h3  {border: none!important}


If you want to remove the contact image border also, please use this instead:

Code: Select all
.contact h3,
.contact-image {border: none!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Nov 25, 2012 2:03 am
Reply with quote
Report this post
Oh, thanks a lot.
User avatar
Gold Boarder


cron