- This topic has 15 replies, 2 voices, and was last updated 7 years, 8 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
August 23, 2017 at 5:09 am #52857
Theme Horse Support Team
KeymasterHi f60tf3era,
We could not get you what are you trying to say. Could you clarify it? It would be better if you provide us your site address too.
Thank you!
August 23, 2017 at 5:58 pm #52904f60tf3era
ParticipantThere Originally was Only 1 Scroll to the Page Top Button on the Right of the Template when Scrolled Down Far Enough. Now There is Also Top Scroll Button on the Left, and the Left One is Showing Up Too Early. Only One Top Scroll Button Is Needed. TipTopShirts.com
August 24, 2017 at 5:17 am #52909Theme Horse Support Team
KeymasterHi f60tf3era,
Go to Appearance -> customize -> Additional CSS and paste the following CSS code and Click on save all changes button:.back-to-top { display: none !important; }
Thank you!
August 24, 2017 at 5:38 am #52910f60tf3era
ParticipantWhy Was the Left Scroll to Top Button Added? If I Add That CSS Code, Do I Need to Re Add That With Every Theme Upgrade? :–)
August 24, 2017 at 5:47 am #52912f60tf3era
ParticipantI Cleared the Cache on my Phone, and I Still See the Left Scroll Up Button. :–)
August 24, 2017 at 5:48 am #52913f60tf3era
ParticipantI Need to Sleep. :–)
August 24, 2017 at 6:06 am #52914Theme Horse Support Team
KeymasterRemove previous code and add this new code
div#sprd-back-to-top { display: none; }
Thank you!
August 24, 2017 at 10:06 am #52926f60tf3era
ParticipantStill No Changr. Back to Sleep. How About I Remove From footer.php? What do I Remove :–)
August 24, 2017 at 11:36 am #52928Theme Horse Support Team
KeymasterIts not working because you have added that css code inside comment
/* Click the help icon above to learn more. */
You need to add after that comment text.
Check this to view screenshotAlso you can try previous provided custom css too.
Thank you!
August 24, 2017 at 12:47 pm #52930f60tf3era
ParticipantOkay. FYI: I’ve Never Seen Another Template that Has 2 Scroll to the Top Buttons. :–)
August 25, 2017 at 5:24 am #52940Theme Horse Support Team
KeymasterHi
The right side button is from our theme but the left button is not from us. Its from plugins.
Remove this code from customizer
.back-to-top { display: none !important; }
and add only
div#sprd-back-to-top { display: none; }
Thank you!
August 25, 2017 at 6:04 am #52942f60tf3era
ParticipantI Just Looked, and That Site Only Has 2 Non Activated Plugins. I’m About to Sleep. :–)
August 25, 2017 at 6:09 am #52943f60tf3era
ParticipantMy Embeded Shop Might Be What Started Adding the Right Scroll to the Top Button. If So, Interesting that the CSS Code Stops That. :–)
August 25, 2017 at 6:17 am #52944f60tf3era
ParticipantI Went to the Shop UnEmbeded, and the Other Page Top Scroll Button Is There, but On the Right Side. How Funny! LOL :–)
August 25, 2017 at 7:05 am #52945Theme Horse Support Team
Keymasterback to top bottom is by default from our site which is at right side. If you have some long content/product list then that button will be displayed automatically. If you like to hide it then you can add
.back-to-top { display: none !important; }
code which hides back to top button. I think now your problem is solved.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.