Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hi Cajewi, I’m glad you are enjoying the theme,
If there’s not an option in the dashboard for this, you can remove it with CSS instead.
Is there an apparent option in the dashboard named, “Custom CSS”, “Custom Styles” or “Jetpack”?
Thread Starter
cajewi
(@cajewi)
Thanks, i have jetpack but not sure what you mean…being a newbie and all.
Cheers
Cajewi
just add to the end of the style.css file this:
.scroll-top {
display: none;
}
you can find the style.css file from the Dashboard, under Appearance > Editor
Thread Starter
cajewi
(@cajewi)
Thank you very much! Very helpfull.