This topic has 10 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello, dear support
I’m having an added cart basket icon located at the right bottom corner – which conflicts with the original “Back-to-top” button.
>>>>Issue Screenshot: https://ibb.co/bNM0DA
>>>>Screenshot of the normal version: https://ibb.co/g8KsRV
——————————————————
1) I would just like to know how can I move it up a little bit to locate above the cart icon?
2) And can you pls let me know if it is possible to shrink the size a little bit?
3) If it is controlled by the CSS, I assume I can also change its color by custom CSS?
——————————————————
Thank you very much in advance
Regards
Graham
Hello,
Please try to use this custom css code:
.back-top {
background-color: #f22f5d;
}
.back-top {
bottom: 100px;
right: 20px;
width: 40px;
height: 40px;
}
.back-top span:before {
color: white;
line-height: 1;
}
Regards
Hello, unfortunately
After applying the code, it doesn’t seem to work yet:
.back-top {
bottom: 100px;
right: 20px;
width: 40px;
height: 40px;
}
And here is the screenshot of how it looks after the change:
https://ibb.co/iP9kGV
Could you have a check, please?
Regards
Graham
Hello,
Please try this code https://prnt.sc/laml4z
.back-top {
background-color: #f22f5d !important;
}
.back-top {
bottom: 100px;
right: 20px;
width: 40px;
height: 40px;
}
.back-top span:before {
color: white !important;
line-height: 1 !important;
}
Regards
Amazing! It’s working now.
Sorry I thought the other codes were to change the color only.
Thanks very much. 🙂
Cheers
Graham
You’re welcome!
Regards
Hello again, Tyler
Sorry to bother again, but I have just found a weird icon has appeared between the “Quantity” spinner.
Screenshot: https://ibb.co/eGoDMV
Can you pls kindly have a check and let me know how to fix it?
Regards
Graham
Hello,
Sorry for the delay due to the weekends.
What browser do you use? Make sure that version of your browser is not very old.
Regards
Hi Tyler,
The problem is found with the Firefox browser, I do have cleared the cache on the backend, and refreshed the page but the problem still exists.
But I think it’s no big issue, we’ll leave this problem to the next updates of the Firefox browser and see how’s it going
Thank you 🙂
Regards
Hello,
I do not have this problem in Firefox 62.0.3 version.
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up