-- HikaShop version -- : 2.6.1
Hi, I've been looking through all the posts on here regarding adding a new button to CSS so users can click on a Cart icon at the top of the site... however, I'm unable to get it to work..
Steps taken -
1. Under Modules, I created a new module of type Hikashop (mini cart), gave it suffix - hika_cart_mini. Positioned this module to display right hand side.
2. under HikaShop > Configuration > Display > CSS I added the following CSS -
.hika_cart_mini h3 {
padding-left: 15px;
padding-top: 5px;
color: #FFF;
font-size: 12px;
background: url(../images/cart_top.png) no-repeat;
height: 25px;
}
When I save, then refresh the front page I can see the mini cart Total but no icon... when I inspect the CSS via firefox it doesn't show any of the CSS I created above.. Am I missing a step?
regards,
Craig,