Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove banner #19

Open
ghost opened this issue Apr 30, 2018 · 1 comment
Open

Remove banner #19

ghost opened this issue Apr 30, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 30, 2018

Hy
How to remove the banner in the top? Is it possible to add it in the configuration?

Thanks

@BillyHilly
Copy link

BillyHilly commented May 24, 2018

Easiest way would be to edit the receptar/templates/partials/base.html.twig file, and around line 84 remove {% block slider %} which effectively take the slider out. You'll likely need to make an update to the css as well b/c as I recall there's a line there that bumps the posts list down to make room for the banner/slider.

Before doing this, I'd highly recommend creating a child theme of receptar, which allows you edit away to your heart's content and if you break something, you've always got the original to refer to. Also allows for receptar to receive updates that will apply to your child as well—rather than breaking your updates if you directly edit the receptar theme.

Making a child theme is super easy, just use this tutorial and you'll be good to go: Easy Theme Development with Inheritance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant