Remove Branding from Artora Website
[ Go to bottom | Go to latest post | Subscribe to this topic | Latest posts first ]
Remove Branding from Artora Website
from Artora on 02/02/2025 07:34 AMTo Remove the Branding on your Artora Website, paste the following code on every page on your website in the HTML input:
<meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Remove Branding Example</title> <style><!-- /* Remove Branding */ #footer .rf_item { padding: 0 6px; display: none; } --></style>
Then click the 'Save' Button.

Reply