[Support request] generate back to top button

Home Forums Support [Support request] generate back to top button

Home Forums Support generate back to top button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1572207
    Cynthia

    There’s a cross issue occurring with the gp-icon button

    I am using IDX Broker data feed on my site with a custom wrapper to display all IDX content pages

    Home page http://courtenaymichaelsestates.com << back to top button displays perfectly

    Example of IDX page: http://homes.courtenaymichaelsestates.com/idx/results/listings << the back to top button is showing a 2nd white arrow to the left of the one I already have there.

    How can I remove the white arrow from displaying as the same a class: generate-back-to-top OR span class: gp-icon icon-arrow-up without removing my theme one (carrot one) ??

    #1572256
    Ying
    Staff
    Customer Support

    Hello Cynthia,

    Try this css:

    .generate-back-to-top .icon-arrow-up:before {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.