• Hey all,

    Any quick fixes to removing the arrow on the bottom right of the front page? I’m able to manipulate it but can’t seem to get rid of it.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • If you have a link to the page you are referring to, I can take a quick look. However, are you referring to the down-arrow just under the header image and to the right of the main menu? If so, add this to the Additional CSS tab in the customizer:

    a.menu-scroll-down {
        display: none!important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Arrow on the bottom right’ is closed to new replies.