Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello, i bought this theme and its great , I just have a question, i want to change the color of the background in the responsive menu, but i can not find the configuration in the tower setting, and also i was looking in the css but i have not got any place to change,
does anyone can help me??
thanks
Hello,
To change the background color of mobile menu, please add this code into your custom css box:
@media (max-width: 480px){
header#header .container {
background-color: azure !important;
}}
Best regards!
hello, thanks for your advice i did what you told me but there are two lines in the corners, look the image attached in the following link
do i need another code to fix this??
thanks
Hello,
Please edit the above code to this:
@media (max-width: 480px){
header#header {
background-color: azure !important;
}}
Best regards!
You must be logged in to reply to this topic.