Zum Inhalt

The settings icon in the lower-left corner bothers me—can I change or remove it?

The so-called settings icon is enabled by default in our design templates, but it can easily be disabled. To do this, go to the Theme-Management section and disable the corresponding feature for the theme you’re using:

assets.png

Further down the page, you can also replace the icon with your own:

einstellungsicon-aendern.png

From a strictly legal standpoint, you are required to provide users with the option to access their settings and make changes at any time. If you remove the icon, you should at least add a text link—for example, in the footer—that appears on every subpage. You can also find the link to open the banner under the menu item Dashboard & Integration. It is a simple link with an anchor:

<a href="#" onclick="CCM.openWidget();return false;">Open configuration box</a>

This means that when the visitor clicks this link, the configuration pop---up will open again.

If you cannot insert JavaScript-links, you can alternatively use the following target in a link: #CCM.openWidget.

<a href="#CCM.openWidget">Open configuration box</a>