1. adwork
  2. Commercial Templates
  3. Wednesday, 16 May 2018
  4.  Subscribe via email
With the custom css "#container_main { display: none; }" i have disabled the content on an template which is only assigned to the homepage. This because I only want a start image on the homepage, without any content.
But the scroll down button still appears. How can I hide the scroll down button? Is there any css command to disable it?

Thanks a lot for your help
Greetings from Switzerland
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.scroll-button {
display: none;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!