Dear Friends,
i want to change the size of the orange/blue/purple circle in the front page in order not to cover the product at all. How can i do it? Can anyone help me?
Best regards,
Cyberek wrote:First of all - what template are you referring to?
.gkNspPM-ProductGallery .gkImage .gkImgOverlay {display: none !important;}
Cyberek wrote:Ok, If You want to remove the circle, then use this css code:
- Code: Select all
.gkNspPM-ProductGallery .gkImage .gkImgOverlay {display: none !important;}
Please read first about adding custom CSS:
http://www.gavick.com/documentation/joo ... -template/
Cyberek wrote:Picture didnt attached, could You paste it again?
Cyberek wrote:Chris - there is something wrong with your image, could You repost it and check if it is showing fine?
Cyberek wrote:Chris - there is something wrong with your image, could You repost it and check if it is showing fine?
#gkMainMenu {border-top: 2px solid #000;}
Cyberek wrote:With 100% height line - You would requite a lot of changes, but perhaps this will suit your needs:
- Code: Select all
#gkMainMenu {border-top: 2px solid #000;}
As usually, add this code to override.css and change the border thickness and color to your liking.