• louise90r

    (@louise90r)


    Hi,

    I am trying to remove the scroll to top icon from all the pages/posts of my website but apparently without any success.

    I have tried with this CSS code

    div#topcontrol {
        display: none;
    }

    and with this

    @media (min-width: 992px) {
    div#topcontrol {
        display: none;
        }
    }

    but it’s not working, the icon is always there.

    Can anyone help me please?

    Thank you

    • This topic was modified 4 years ago by louise90r.
    • This topic was modified 4 years ago by louise90r.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Remove the scroll to top icon’ is closed to new replies.