Currently, my focus is on developing the website
I am using Elementskit nav builder and I aim to change the background color of the navigation menu on mobile and tablet devices to black
The existing code snippet is as follows:
margin-top: 6px;
}
@media (max-width: 1024px){
.ekit_menu_responsive_tablet .elementskit-submenu-indicator {
border: 1px solid transparent !important;
}
}
body, .dark-mode .ts-author-media, .dark-mode .ts-author-content::before, .dark-mode .ts-author-content::after, .dark-mode .post-layout-style4 .post-single .entry-header {
background-color: black;
}