How to change background color menu fullwith
-
I would like to change the color of the background of menu fullwith (now is black).
How i can do it?
Thanks!!
Hello,
Can you please share a screenshot where you want to change the background color so i will check and give you a possible solution.
Best Regards.
here is the screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-fs-inner {
background-color: red;
}
Best Regards.