CSS overwrite to change colour on orange cart logo

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Sep 24, 2013 11:47 pm
Hello, Can I have the CSS overwrite to change colour on floating orange cart logo (on the home page to the right) to a different one (like blue)? Thanks.

Joseph

ref: http://drshawnadarou.com/
User avatar
Gold Boarder

GK User
Wed Sep 25, 2013 6:37 am
Please edit: /templates/gk_StoreBox/css/override.css and add at its end:
Code: Select all
#btn-cart > strong {background-color: #00F}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Sep 25, 2013 10:05 am
Sorry, my mistake...
Please edit: wp-content/themes/StoreBox/css/override.css
Code: Select all
#btn-cart > strong {background-color: #00F}

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator

GK User
Wed Sep 25, 2013 12:21 pm
Thanks
User avatar
Gold Boarder


cron