Why are icons missing in the customer account
13 years 8 months ago - 13 years 8 months ago #84602
by simo90
Brad
Sunday School Teacher Training
www.m2820.com
Why are icons missing in the customer account was created by simo90
Why are the "Carts" and "Wishlist" icons missing in the "Customer Account" page? See image below.
You can sign in with:
Username: test
Password: test
www.m2820.com/registration-form/user/cpanel
You can sign in with:
Username: test
Password: test
www.m2820.com/registration-form/user/cpanel
Brad
Sunday School Teacher Training
www.m2820.com
Last edit: 13 years 8 months ago by simo90.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #84619
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Why are icons missing in the customer account
Hi,
I think you are using customized the css file of HikaShop (using the backend) so your customized CSS override the default CSS file.
The default HikaShop CSS file could have new rules and your overrided CSS would not be modified.
So you have to copy the new CSS rules in your custom CSS file.
Regards,
I think you are using customized the css file of HikaShop (using the backend) so your customized CSS override the default CSS file.
The default HikaShop CSS file could have new rules and your overrided CSS would not be modified.
So you have to copy the new CSS rules in your custom CSS file.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #84633
by simo90
Brad
Sunday School Teacher Training
www.m2820.com
Replied by simo90 on topic Why are icons missing in the customer account
Yes, you were right. I'm not sure how the two lines got deleted, but I added back the following two lines and it worked again:
.icon-48-cart {background-image:url(../images/icons/icon-48-cart.png);}
.icon-48-wishlist {background-image:url(../images/icons/icon-48-wishlist.png);}
What is odd is that I did not delete these lines and I'm not sure how making other CSS changes would have messed this up, but once I knew where to look, it was an easy fix! Thanks!!!
.icon-48-cart {background-image:url(../images/icons/icon-48-cart.png);}
.icon-48-wishlist {background-image:url(../images/icons/icon-48-wishlist.png);}
What is odd is that I did not delete these lines and I'm not sure how making other CSS changes would have messed this up, but once I knew where to look, it was an easy fix! Thanks!!!
Brad
Sunday School Teacher Training
www.m2820.com
Please Log in or Create an account to join the conversation.
Time to create page: 0.144 seconds