
10-24-2013, 10:42 AM
|
 |
Ecwid Team
|
|
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 5,876
|
|
Quote:
Originally Posted by Corella
|
Hello,
Yes, sure, it is totally possible. In order to add top rounded corners for store container you should use following code in your custom CSS theme in Ecwid control panel -> System Settings -> Design:
Code:
div.ecwid-productBrowser {
border-radius: 25px 25px 0 0;
-webkit-border-radius: 25px 25px 0 0;
-moz-border-radius: 25px 25px 0 0;
}
Good luck!
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!
|