Hello.
I want to change the colors of the main menu background from black into (colored) light and the characters in the tabs from white into black.
Can you give the css solution for this?
I would be happy.
BTW my account did not work anymore so I created a new one.
enginetemplates
POSTED: 2020-02-01
Hello AWMSPOELSTRA,
You just define new CSS for background menu and menu style color, by go to Template Settings, open tab "Custom Code" and add more CSS as below for Custom CSS code field
Get an access to all 178 items designed and developed by Engine Templates team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I want to change the colors of the main menu background from black into (colored) light and the characters in the tabs from white into black.
Can you give the css solution for this?
I would be happy.
BTW my account did not work anymore so I created a new one.
You just define new CSS for background menu and menu style color, by go to Template Settings, open tab "Custom Code" and add more CSS as below for Custom CSS code field
body.itemid-437 #sp-header, body.itemid-437 #sp-header, #sp-header {
background-color: #ccc;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
color: #000;
}
Save and recheck.