Hi, Today when I checked my website. All my menu slash dividers were out of place. I installed a custom code to remove them completely that you guys sent me before but I'm just doing it for a temporary solution until this can be fixed. valoanalliance.com mortgagebranchconnection.com I placed this code in for now to remove but I would like to have those dividers back in the correct place, it's looks nicer. Thanks. #menu .ddsmoothmenu li a{ background: none; }
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: #menu .ddsmoothmenu li a { border-right: 1px solid rgb(223, 218, 218); } Hope it will solve your issue. Let me know if have further any doubts.