• Resolved cajewi

    (@cajewi)


    Hi,
    Thanks for a great theme. Is there a way to remove the text “Back to top” ?

    Cheers
    Cajewi!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Theme Author Daniel Zhao

    (@danni1990)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove "Back to top"’ is closed to new replies.