Home Forums Supermarket Ecommerce Theme enable scrollbar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29768
    Syafiq Abdullah
    Participant

    Hi, i just installed your theme but there is no scrollbar at the right website. I dont have scroll mouse so I cant move my site. 🙁

    #29881
    User Support
    Participant

    Hello
    go to dashboard >> appearance >> theme editor >> there will style.css file to edit >> go to line no 22 and delete that line of code
    you will see this code below in the line no 22 simply remove the display:none; code line from the code below
    body::-webkit-scrollbar { display:none ; }

    it should look like this after that
    body::-webkit-scrollbar { }
    then click on save button on the bottom.
    let us know if it worked.
    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.