Hello,
I am wondering how to add a banner image across all pages? I know that I have to edit all templates, but I am really lost here, I have no experience web developing.
Ideally, I would like to have the banner be a random image from a banner image folder.
Browsing the forum I found this, but its not working:
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="flush-top" style="background-image: url({{url('theme://images/header.jpg')}});">
</div>
<div class="content-wrapper">
<p>
{{ page.content }}
</p>
</div>
{% endblock %}
Also, im wondering where to find all possible variables to edit at custom.css ?
It seems to be the easier way for me to edit my theme but I m not sure what are all the possible variables.
Thanks