Hello, I am having difficulty in making the header element merged menu sub menu background transparent.
I know it must be something simple.
Please see: https://www.thehumaneexperience.org/ Under headings, Humane, Kindness and Cruelty, the drop-down sub-menu is a greyish colour. How do I make this colour transparent?
Hello Leo, Thanks for the suggestion, but it did not work. Here is my Simple CSS file:
hr {
background-color: #1e72bd;
}
.inside-article hr.wp-block-separator {
border: none;
background-color: #1e73be;
}
Looks like you are missing a closing bracket } for the @media (max-width: 768px) { so it’s making my CSS mobile-only as well: https://www.screencast.com/t/fJKpcQuPK1m