This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-form { | |
background-color: #fae9f2; | |
} | |
div.ecwid-Checkout-ShippingAddress-top { | |
background-color: #fae9f2; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-productBrowser-price { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-productBrowser-head { | |
font-size: 40px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ecwid-productBrowser-price { | |
display: none; | |
} | |
body.ecwid-customer-group-XXXXXXX .ecwid-productBrowser-price { | |
display: block; | |
} | |
/* XXXXXXX needs to be replaced by actual customer group ID that can be found with help of Inspector. | |
You will need to be logged in as a customer of the respective group when inspecting elements.*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-productBrowser-auth a { | |
font-size: 20px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Category pages*/ | |
div.ecwid-productBrowser-CategoryPage div.ecwid-productBrowser-head { | |
color:#any_color; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Product pages*/ | |
div.ecwid-productBrowser-ProductPage div.ecwid-productBrowser-head { | |
color:#any_color; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-productBrowser-productsList-descr { | |
white-space: pre-line; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-minicart-floating { | |
display:none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ecwid-favorite-view { | |
zoom: 2 | |
} |
OlderNewer