Archived topic
generate back to top button
1 reply · Started by Cynthia on December 8, 2020
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) ??
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 :)