Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
Hi– we are using this theme for our client. She wants us to change the ‘Back to Top’ Button’s Lipstick Image in the bottom right corner. We didn’t see any option to do this.
How can we change this image? If we needed to, how could we remove this button entirely?
Thanks!
Hi.,
Thank you for reaching us.
1) To Change ‘Back to Top’ Lipstick Image kindly follow the below-mentioned steps:
Get into Admin Panel > Appearance > Customize > Additional CSS > Pasted the below CSS code inside the text area > Save All.
#toTop { background: url(your image url) center center no-repeat !important; }
Note: Kindly type your image URL in (your image URL)
2) To remove ‘Back to Top’ kindly follow the below-mentioned steps:
Get into Admin Panel > Appearance > Customize > Additional CSS > Pasted the below CSS code inside the text area > Save All.
toTop { display: none; }
We tried the remove method and this didn’t seem to work for us.
Is there anything that needs to be before toTop such as . or #? We tried those variants and that didn’t seem to work either. The Lipstick icon/button was still present
However, we were able to remove the image with the Change image code by doing this:
#toTop { background: url(‘/’) center center no-repeat !important; }
However the button itself is still present and active.
Any advice?
Hi.,
1) Sorry for the inconvenience. Please use the below line for removing totop image.
#toTop { display: none; }
2) If you want to change totop image, you can give the image to us. We will change it asap.
You must be logged in to reply to this topic.
We Love to Deliver Useful and Easy to Customize WordPress Themes for Our Clients…
9.00 A.M. to 6.00 P.M.(IST) UTC/GMT +05:30
We aim to answer all questions within 24 hours.In some cases the waiting time can be extended to 48 hours.Support requests sent during weekends or public holidays will be processed on next Monday or the next business day.
We appreciate your patience and thank you for understanding.