How can I change the ccs is child theme to make a semi-transparent background for the menu (like when you scroll)?
I think what @yjmhugues asked is how to add something like:
background-color: rgba(0, 0, 0, 0.4);
…to the main menu background. When Transparent Main Menu is set: ON, the menu is completely transparent before scrolling, then changes to 0.4 (or 0.41) after scrolling. So how do we set it to have a semi-transparent background before and after scrolling?
I am trying to do the same thing, and tried the following selector but can’t get it to work.
.kleo-main-header.header-normal {background-color: rgba(0, 0, 0, 0.4);}
Note: I was able to change the text color as @Radu described for testing purposes, but can’t select the background of the entire header. Can you please clarify?