Viewing 1 replies (of 1 total)
  • If you’re using the float version, try putting this in your theme’s css style sheet:

    #dd_ajax_float {
    	-webkit-border-radius: 1px !important;
    	-moz-border-radius: 1px !important;
    	border-radius: 1px !important;
    }

    To change the background color, add this line also in there and change the color to whatever you want:

    background: #fff !important;

    If you’re using the normal version, you’ll need to change the div name.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove round corner’ is closed to new replies.