
11-02-2016, 05:47 PM
|
 |
Junior Member
|
|
Join Date: Jul 2016
Posts: 14
|
|
Quote:
Originally Posted by Christian Clever
How can I change the text to german?
How can I change the background color?
|
Hi,
Quote:
How can I change the text to german?
|
Can you please translate titles from English to German and we will add it to our app.
Here are the list of our app's titles: - Recommended for You
- What Other Items Do Customers Buy After Viewing This Item?
- Customers Who Bought This Item Also Bought
- Your Recently Viewed Items
- Bestsellers
- New products
- Choose your currency
Quote:
How can I change the background color?
|
You can change css styles in Ecwid:
With slider title:
HTML Code:
.simcaseWidget-SliderBoxContainer { background-color: black; }
Without slider title:
Code:
.simcaseWidget-WidgetView { background-color: black; }
Last edited by Support Superman; 11-03-2016 at 12:22 PM.
|