Changing Background and Text Color in Search Module Sidebar


Hello,

I am seeking help on how to change the background and text color in the sidebar of the search module. Please see the attached screenshots and the website eva-vautier.com for reference.

Thank you,

Comments

  • Hi,

    Please try the following CSS code:

    .mfn-sidemenu-tmpl-builder .mfn-live-search-box{
       background-color: #ddd;
    }
    .mfn-sidemenu-tmpl-builder .mfn-live-search-box ul li a{
       color: #000;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.