How do I remove the round corners and make them sharp square corners for the top and bottom? url: http://webworxworld.com/client-demo3/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .top_cornor{ background:none; } .bottom_cornor{ background:none; } This will solve your issue.