Okay
  Public Ticket #1537340
Scroll button REAPPEARED
Closed

Comments

  •  1
    VSM_Healthcare started the conversation

    Hi,

    When first setting up our website we got rid of the scrol button featured on the landing page, we did this via Salient options but it seems to have reappeared!!!


    How can I get rid of this now? this is an URGENT enquiry as our website is live.

    Kind regards


  •  9,016
    Tahir replied

    Hey Again,

    You likely have selected the option in the Page Metabox Options . To hide it using css:

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    a.section-down-arrow {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team