Support ForumScroll Up (Back to top) link icon change. How to change it to a custom image – Support Forum https://support.ishyoboy.com/forums/topic/scroll-up-back-to-top-link-icon-change-how-to-change-it-to-a-custom-image/feed/ Thu, 03 Sep 2026 16:24:09 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/scroll-up-back-to-top-link-icon-change-how-to-change-it-to-a-custom-image/#post-5854 <![CDATA[Scroll Up (Back to top) link icon change. How to change it to a custom image]]> https://support.ishyoboy.com/forums/topic/scroll-up-back-to-top-link-icon-change-how-to-change-it-to-a-custom-image/#post-5854 Fri, 05 Dec 2014 23:50:18 +0000 Burakpusat Dear Support Team,

I couldn’t find a question&answer regarding this. I would like to change the “scroll up” button which appears when you scroll down.

Is it possible to do that and if it is, how? I would like add an .png file related to my website.

Thanks,
Burak

]]>
https://support.ishyoboy.com/forums/topic/scroll-up-back-to-top-link-icon-change-how-to-change-it-to-a-custom-image/#post-5872 <![CDATA[Reply To: Scroll Up (Back to top) link icon change. How to change it to a custom image]]> https://support.ishyoboy.com/forums/topic/scroll-up-back-to-top-link-icon-change-how-to-change-it-to-a-custom-image/#post-5872 Mon, 08 Dec 2014 08:41:51 +0000 IshYoBoy Hi Burak,

Sure it is possible. You can use Inspect Element functionality of your browser to see what CSS class the button has and then use some custom CSS to restyle it.

Its HTML structure is:
<a href="#top" class="ish-back_to_top ish-smooth_scroll ish-icon-up-open"></a>

All the visual design is handled via CSS. So use the “Custom CSS” available under Theme Options to add your CSS styles. You can use the “.ish-back_to_top” class name to re-style it.

To add the PNG image you mentioned please upload it to your WordPress media library and then get its url. You can then set the button’s “background-image” CSS property. E.g.:

Feel free to add any other CSS so that the button fits your needs.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>