
03-23-2019, 08:55 PM
|
 |
Junior Member
|
|
Join Date: Mar 2019
Posts: 1
|
|
Quote:
Originally Posted by Rina S
Hello,
This is Rina from Ecwid Customer Care team. I’m here to help you!
To hide the "Powered by Ecwid" icon at the bottom of the Instant Site (former Starter Site), use a CSS code. Here is how:
1) Go to your Ecwid Control Panel → Design.
2) Scroll down and click the “Create Theme” button.
3) Click the “Add New CSS theme” button.
4) Add the following CSS code:
Code:
a.logo {
display: none;
}
5) Save the changes.
As you do this, the "Powered by Ecwid" logo will no longer be displayed on the Instant Site.
If you have any further questions, please feel free to contact us for help.
|
Worked !
** 4.1 ) Activate The code
Last edited by Oksana P; 07-16-2019 at 10:15 AM.
|