icon 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
Thu Nov 14, 2013 7:07 pm
Reply with quote
Report this post
I need to place an icon next to "My Cart" Image

I placed this in the css "template.css", but not seen

Code: Select all
#btnCart:before {
   /*content: "/";*/
   margin-right: 15px;
   background-image:url(http://petbox.cl/templates/gk_shop_and_buy/images/carrito-prod.png);
   background-repeat:no-repeat;
   background-position:right;
}


also need the typography of "My Cart" is all in capitals, where that change


would have to be something like

MY CART Image

thanks ...
User avatar
Platinum Boarder

GK User
Thu Nov 14, 2013 7:30 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Fri Nov 15, 2013 7:12 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Fri Nov 15, 2013 7:20 pm
Reply with quote
Report this post
It was me, I wrote in the overrider.css

Code: Select all
 #btnCart{
   background-image:url(http://petbox.cl/templates/gk_shop_and_buy/images/carrito-prod.png);
   background-repeat:no-repeat;
   background-position:right;
   padding-right:30px;
   padding-bottom:5px;
   padding-top:15px;
      }


thanks
User avatar
Platinum Boarder

GK User
Mon Nov 18, 2013 5:15 pm
Reply with quote
Report this post
Ok, so the problem is solved?
Can I do anything more in matter of the question?
User avatar
Moderator


cron