How can I change the corners of the dropdown menu in the colorway theme to be squared corners? I have purchased the pro version of colorway. Thanks, Tommy
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a{ border-radius:0!important; } #menu li li { border-radius:0!important; }