Home › Forums › Basel support forum › Change loading icon
Change loading icon
- This topic has 15 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
October 19, 2017 at 12:52 pm #22070
svaldesmParticipantHi,
The icon of “loading” doesn’t seem to be in the images or I’ve been unable to found it.
Where can I change it? Is the one used when adding to the cart mainly.
Thanks
October 19, 2017 at 2:19 pm #22073
Artem TemosKeymasterHello,
Loading icon is not an image but a font icon and you can change it with a custom CSS only. What icon do you want to show there?
Regards
October 24, 2017 at 5:43 pm #22460
svaldesmParticipantOh OK and where can I change it? I like this one http://fontawesome.io/icon/circle-o-notch/
Thanks!
October 25, 2017 at 7:25 am #22503
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.single-product-content .cart .button:after, .add_to_cart_button:after, .yith-wcwl-add-to-wishlist a:after, div.single-product-content .entry-summary .button.compare:after { content: "\f1ce"!important; font-family: "fontawesome"!important; border:none !important; } .single-product-content .cart .button:after, .add_to_cart_button:after, .yith-wcwl-add-to-wishlist a:after, div.single-product-content .entry-summary .button.compare:after { font-size: 14px; line-height: 14px; width: 14px !important; height: 14px !important; } .single-product-content .cart .button:after, .add_to_cart_button:after { margin-top: -8px !important; }
Regards
December 9, 2017 at 4:14 pm #28043
svaldesmParticipantThanks, it worked, except for one place: the quick view loader (at least that’s what I’ve tried so far).
I added this code to all three styles but it doesn’t work (see video attached).
.open-quick-view.loading:before
Thanks
Attachments:
You must be logged in to view attached files.December 9, 2017 at 5:14 pm #28071
Artem TemosKeymasterWhere can we see this loader on your website at the moment?
December 9, 2017 at 7:42 pm #28094
svaldesmParticipantUnfortunately I can’t upload it yet, it’s local dev.
But it’s the icon for quick view, I haven’t changed anything on that so it should be standard.December 10, 2017 at 11:47 am #28144
Artem TemosKeymasterSorry, but we need to see it on your website to check why the loader is not changed there.
December 10, 2017 at 10:10 pm #28260
svaldesmParticipantOK, here’s my site live: http://sensacional-store-prod.us-west-2.elasticbeanstalk.com
ThanksDecember 11, 2017 at 7:28 am #28284
Artem TemosKeymasterHi,
But we don’t see our code on your website now.
Regards
December 12, 2017 at 2:15 am #28473
svaldesmParticipantHi, yes it is!
Line 1280 to 1304
December 12, 2017 at 7:28 am #28486
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-buttons .quick-view>a.loading:before { content: "\f1ce"!important; font-family: "fontawesome"!important; border:none !important; font-size: 14px; line-height: 14px; width: 14px !important; height: 14px !important; }
Regards
December 23, 2017 at 10:25 pm #30305
svaldesmParticipantHi,
Thanks but there are still some places where this doesn’t work ok.
Adding a product to wishlist works but a bit cluncky, it isn’t perfect.On cart is the old loader and on checkout the same.
Is there any way to change them all at once?
Thanks!!
December 24, 2017 at 10:52 am #30351
Bogdan DonovanKeymasterHi,
There is no such way to change all loaders in one place because initially, our theme uses pure CSS loader which do not use any additional images or custom font icons in order to improve page speed.
To fix issues you mentioned, please add this code snippet to the Custom CSS area in Theme Settings.
.single-product-page .yith-wcwl-add-to-wishlist a:after { width: 14px !important; height: 14px !important; } .blockOverlay:after { content: "\f1ce"!important; font-family: "fontawesome"!important; border:none !important; font-size: 40px; line-height:40px; width: 40px !important; height: 40px !important; }
Regards
January 11, 2018 at 10:00 pm #33052
svaldesmParticipantThanks.
This is also present when the filters are activated. Is it possible to remove it too?
January 12, 2018 at 7:46 am #33096
Artem TemosKeymasterStrange, but we can’t access your website at the moment.
-
AuthorPosts
Tagged: icon
- You must be logged in to create new topics. Login / Register