• Resolved newguy321123

    (@newguy321123)


    If anyone is interested in changing the radius of the borders for the Order Details, Customer Details and Smart Bribe Coupon (inner and outer containers)….here it is. Just paste into your Snippets area or Additional CSS. Dont forget to clear cache and refresh window. Hope it helps.

    .xlwcty_wrap .xlwcty_Box.xlwcty_customer_info {
        border-radius: 10px;
    }
    
    .xlwcty_wrap .xlwcty_Box.xlwcty_order_details_2_col {
        border-radius: 10px;
    }
    	
    .xlwcty_wrap .xlwcty_Box.xlwcty_socialBox {
        border-radius: 10px;
    }
    	
    .xlwcty_wrap .xlwcty_coupon_area {
        border-radius: 10px;
    }
    	
    .xlwcty_wrap .xlwcty_coupon_area .xlwcty_coupon_inner {
        border-radius: 10px;
    }
Viewing 1 replies (of 1 total)
  • Plugin Author Aman

    (@amans2k)

    Hi @newguy321123

    Thanks for providing a way to add rounded edges.

    This thread doesn’t require any support. So, marking it closed.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Helpful CSS’ is closed to new replies.