How to customize Cart Icon

May 2014 WordPress Theme
GK User
Mon Jul 20, 2015 7:06 pm
Hello, thanks already for your help;
my store will sell mens fashion items so the basket icon doesn't work. I'd like to change it to a briefcase. How can i do that please?
Thanks
Ben
User avatar
Junior Boarder

GK User
Tue Jul 21, 2015 9:22 am
Hi,
in most cases we do not help in customizations,
but your task is easy so ... I think I can help:
.gk-icon-cart-add::before {
content: url(htttp://youwebiste.com/briefcase.png);
font-family: arial !important;
}


I think you will understand :) how to fit it. Use any graphic icon you want, even animated gif - if you have one.
User avatar
Platinum Boarder

GK User
Tue Jul 21, 2015 11:38 am
Thank you, is it possible to use a font awesome shortcode?
User avatar
Junior Boarder

GK User
Tue Jul 21, 2015 12:16 pm
Yes, sure
Code: Select all
.gk-icon-cart-add::before {
    content: "\f0b1";
    font-family: fontawesome !important;
}

case.png


Now you own me a glass of Mango Juice. :mrgreen:
User avatar
Platinum Boarder

GK User
Tue Jul 21, 2015 1:21 pm
You're a super star!

For another glass of juice, can you please tell me where to go to configure the bottom widget area of the site? (image attached below)
I did the quick install so i have the demo page running, do i still need to create my own front page?

Thank you so much :)
bottom site.png
User avatar
Junior Boarder

GK User
Tue Jul 21, 2015 2:40 pm
Maybe check widgets section, and if you will not find anything, create a new topic - Peter will help you. He is WP guru.
User avatar
Platinum Boarder

GK User
Tue Jul 21, 2015 4:09 pm
Thanks a lot.
User avatar
Junior Boarder


cron