Site logo

Archived topic

Customizable 'back to top' button

9 replies · Started by Webmaster on February 16, 2017

Viewing posts 1–10 of 10

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;
}

Perfect!
Exactly what I was looking for.
Thanks Tom.

No problem :)

Glad you found the solution.

This archived topic is closed to new replies.