Mobile header background
-
I want to change the mobile background color to black, and a couple of other colors setting in it, it seems like there is no setting affecting it in OceanWP (and using Elementor).
I tried to add some custom CSS in the personalise section but it doesn’t not reflect.
Here is what I added :/* Fond noir pour le menu mobile */
sidr, sidr-main,
.oceanwp-mobile-menu {
background-color: black !important;
}/* Bordures jaunes pour les éléments du menu mobile */
sidr li, sidr ul, sidr-main li, sidr-main ul,
.oceanwp-mobile-menu ul li {
border-bottom: 1px solid #f2ca01 !important;
}/* Couleur du texte des liens du menu mobile */
sidr a, sidr-main a,
.oceanwp-mobile-menu li a {
color: #f2ca01 !important;
}/* second try Fond noir pour le menu mobile */
@media (max-width: 959px) {
#mobile-dropdown {
background-color: black;
}
}Anyone with an idea ?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.