Archived topic
Customizable 'back to top' button
9 replies · Started by Webmaster on February 16, 2017
Hey Tom,
If you scroll to the bottom of any page on this website,
http://cloe-brooks-html.themerex.net/pricing.html
you will they have a back to top button as well, but it has color and whatnot, is there a swift way to customize GP's back to top button by chance?
While I have you on this website, do you also see this inner page pricing has breadcrumbs: the content title is in the breadcrumb area with a background image. Do you see adding a feature like this in the near future?
I was thinking about making a hook for breadcrumbs, but I wouldn't know how to feed the "content title" in the hook. Thanks!
Hi there,
Looks like that site is using ThemeREX and not GP?
Hey Leo,
Yes, this is true.
Ok I guess to answer your question, in GP there is currently no customizer options for that but it can be easily done with some CSS. We can also help you switch out the icons too with some quick php too if you like.
Let me know if this answers your question better.
Something like this should work:
.generate-back-to-top {
font-size: 25px;
background: #000000;
color: #ffffff;
}
Lots of info on the back to top button here: https://docs.generatepress.com/article/back-to-top-button/
Thought about adding options to it, but not too many people have asked? Now that Colors have rgba I think I'll at least be adding color options to it.
Perfect!
Exactly what I was looking for.
Thanks Tom.
No problem :)
hi
how do i change the hover colours?
thanks
******found the answer here*********
Glad you found the solution.