Does anyone know how to change the pink in the drop down menu part? how do i make the background white instead of pink?
allen8277 Hi Add this code in custom css in the template style options and change the color code as per needs
.t4-megamenu .dropdown-menu { background: #fff7f5; }
thanks man