How can I change the position of the scroll up button on the homepage?

Home Forums Jevelin Theme How can I change the position of the scroll up button on the homepage?

Home Forums Jevelin Theme How can I change the position of the scroll up button on the homepage?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • berkyasar
    Participant

    How can I change the position of the scroll up button on the homepage? I want to get that button even higher.

    Attachments:
    You must be logged in to view attached files.

    Hi @berkyasar,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-back-to-top {
        bottom: 50px;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)