Menu CSS Question – Remove Background color
By Webunet, 10 years ago. Last reply by Andrew Misplon, 10 years ago
I want the background color of my menu to be 100% transparent (remove background color). The link below shows the issue. This is the custom CSS I have now: /* Vantage Set Menu Font Size */ .main-navigation { font-size: 20px; } .main-navigation { padding: 5px 0 20px; } .main-navigation { background: rgba(34, 34, 34, 0.8)…