Shopping Cart

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Mon Jan 20, 2014 4:11 pm
hi,sir,
in which file I can option the word "Shopping Cart " in "user area" homepage , thanks
User avatar
Junior Boarder

GK User
Tue Jan 21, 2014 7:53 pm
Hello,

This phrase is located in the layouts/header.php file in the following fragment:

Code: Select all
<div id="btn-cart">
   <?php _e('Shopping Cart', GKTPLNAME); ?>
</div>
User avatar
Administrator

GK User
Wed Aug 20, 2014 2:11 pm
Hello,

Is it possible to place a shopping cart icon/symbol instead of the text 'shopping cart' ?
Thanks.
User avatar
Senior Boarder

GK User
Thu Aug 21, 2014 7:20 am
Yes, it is possible - please replace the mentioned in my previous post code to:

Code: Select all
<div id="btn-cart">
   <i class="fa fa-shopping-cart"></i>
</div>
User avatar
Administrator

GK User
Thu Aug 21, 2014 8:52 am
Thank you.
Can I also paste this code into my override.css file?
User avatar
Senior Boarder

GK User
Thu Aug 21, 2014 9:47 am
I went to my site/instyle/layouts/header.php and changed the code for the one you suggested but it didn't work. Maybe I'm doing something wrong?
Thanks
User avatar
Senior Boarder

GK User
Thu Aug 21, 2014 9:50 am
Yes it is me, I opened the file in notepad. Edited it in notepad+.
After the override it shows the first file again so the changes weren't saved....
Not quite sure what I am doing wrong....
User avatar
Senior Boarder

GK User
Thu Aug 21, 2014 10:46 am
Why you are editing the override.css file? The only file to modify is layouts/header.php
User avatar
Administrator

GK User
Thu Aug 21, 2014 3:57 pm
Ok. Sorry this is all quite new to me.
It worked!
Is there a way to make the shopping cart a bit bigger and to change its colour perhaps?
it is quite small now.
test.pommedorange.com

Thank you
User avatar
Senior Boarder

GK User
Fri Aug 22, 2014 5:47 am
Please change the font-size and color properties for the following selector in the css/template.css file:

Code: Select all
#btn-cart


and please also remove in the same file the following fragment:

Code: Select all
#btn-cart:before {
color: #999;
content: "|";
margin-right: 16px;
}
User avatar
Administrator

GK User
Fri Aug 22, 2014 8:23 am
Works great.Thank you !
User avatar
Senior Boarder


cron