Hello @royalcrown28,
Thanks for updating the thread.
You can add following CSS under Pro > Theme Options > CSS:
.woocommerce .x-site {
background-color: rgb(120, 114, 152) !important;
color: #fff;
}
.woocommerce-ordering, .woocommerce-result-count {color: #fff;border-color: rgb(139, 148, 201);}
.entry-wrap {
border: 0 !important;
box-shadow: none;
}
.x-nav-tabs {
border: 0;
}
.x-tab-content, .x-nav-tabs>li>a {
background-color: rgb(120, 114, 152) !important;
}
If you would like to know how I have found the proper CSS code selector then please take a look at Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
Thanks.