Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Footer Menu Color
Morpheus-2014
November 2019
in
Theme support
Hi,
I have a muffin menu in the footer, but I can not find under Options the place where I can change this menu color:
http://pixelway.de/projekt-keienborg/
Thanks
Comments
Pablo
November 2019
Hello,
Unfortunately, this widget has the background color and color attached static which cannot be changed with the theme options.
But, please use this CSS code to change the color of it:
#Footer .widget_mfn_menu ul li a{
background:#FF0000 !important;
color:#FFFF00 !important;
}
Paste it into the Theme Options > Custom CSS & JS > CSS
Thanks
Sign In
or
Register
to comment.
Comments
Thanks