Footer Menu Color

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:


Thanks

Comments

  • 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.