Perfect, thank you very much!
Another thing- about the mobile header color, I have the code snippet but would like to place it in the Customizations section of the child theme style.css. The snippet that I have is:
COPY CODE
@media (max-width: 991px) {
.kleo-main-header.header-normal {
background-color: #2e2e2e;
border: white;
}
}
This seems to be an open code…I need it to point to the mobile file. How can I do this?