View Single Post
  #3  
Old 07-20-2017, 07:17 AM
 
npav npav is offline
 

Member
  
Join Date: Nov 2015
Posts: 15
 

Default Re: Change shopping cart icon in Crisp White theme?

For anyone else trying to figure this out, I was able to edit it with CSS in the end.

Crisp White theme *does* use an iconfont, which is xcartfont.ttf, but you can override the shopping bag by using the CSS below.

Code:
/* shopping cart icon */ .header-right-bar .lc-minicart:before { display: inline-block; content: url(https://www.vanceoutdoors.com/range/images/range-cart.png); /*change this for new icon*/ width: 70px; /*adjust width to move icon left to right */ }
__________________
X Cart 5.3.4.5
mountingstandoffs.com
Reply With Quote