Make header transparent and solid on scroll

Hello @Andia
Go to online store ---------> themes --------------> actions ------> edit code-------> base.css — add at the very end of the file.

@media screen and (min-width: 990px) {
    .header {
        padding-top: 30px;
    }
}

adn the result will be

let me know if this solved your purpose.
Thanks