Put an icon next "My Cart"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 04, 2012 4:40 pm
Reply with quote
Report this post
Hi all.

I would like put an icon next "My cart" something similar to the image. It's possible?

Thank you.
User avatar
Senior Boarder

GK User
Tue Sep 04, 2012 6:32 pm
Reply with quote
Report this post
Hi

Please enable override.css file on template parameters and them try adding this lines on that file.

../css/override.css

Code: Select all
#gkTopLinks a {display: inline-block; height: 20px; line-height: 20px}
#gkTopLinks a#btnCart {
background: transparent url('../images/cart_icon.png') no-repeat left top; padding-left: 30px; }


Should look something like this (on the example i used image size: 20px 20px)

screen.png


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 8:00 pm
Reply with quote
Report this post
Great!

It`s perfect.

Thank you.
User avatar
Senior Boarder

GK User
Mon Feb 11, 2013 5:15 pm
Reply with quote
Report this post
Cool Seichinha!

But, how to make to not appear this cart icon in mobile, I want to appear only in computer.

Thanks,

Leo
User avatar
Junior Boarder


cron