hi
about the menu i solved
at this poit a want to describe the other css modified
based on the graphic needs you see on the homepage, I should eliminate the background of the hero module
I thus modified the file
template/ja-stark/scss/_typo.scss on line 420
from
t4-hero {
background: #000;
padding-top: 20rem;
padding-bottom: 20rem;
to
t4-hero {
background: #000;
padding-top: 0rem;
padding-bottom: 0rem;
the file on the server is modified but nothing changes on the screen
yet the Firefox page analysis tool tells me that the change solves my graphics problem!!
i send you padding top example screenshot
can you give me support?