
09-11-2019, 06:55 PM
|
 |
Ecwid Team
|
|
Join Date: Feb 2015
Location: Ecwid HQ
Posts: 530
|
|
Hello there!
This is Cyril, Ecwid Customer Care team.
Quote:
Originally Posted by hym4
I want to hide the Print button from legal pages using CSS. I looked in the knowledge base but didn't find any reference to it.
|
To hide the "Print" button from all Legal Pages, add the following CSS code to your store CSS theme:
Code:
/* Hide the "Print" button from the Legal Pages — BEGINNING */
.ec-size .ec-store.ec-store__legal-page .ec-page-button--print { display: none; }
/* Hide the "Print" button from the Legal Pages — END */
Just in case, here's how to add a CSS code to your Ecwid store:
I hope this helps!
__________________
Cyril D.
Ecwid Customer Care Team
More tips and hints on Ecwid use in our Help Center
⬇ Please click Thanks if my reply helped you.
|