getgrav / grav-theme-deliver

Grav Deliver Theme
https://getgrav.org
MIT License
28 stars 13 forks source link

Remove Arrows from Carousel if Only One Image #23

Open thuibr opened 7 years ago

thuibr commented 7 years ago

If there is only one image in the carousel, is there a way to hide the left/right arrows for scrolling through the carousel? They seem out of place if you are trying to use only one image. If not, is there a way to replace the carousel with just a static image that takes up the same amount of screen space?

kleber-swf commented 6 years ago

There is a workaround to hide the arrows. Open the file user/config/site.yaml and add or edit the lines:

header_options:
    arrows: 'false'
thuibr commented 6 years ago

Thank you!