Removing the "Preferences" button
If your design preference leans towards a cleaner and more minimalistic cookie bar, you might consider removing the "Preferences" button.
This adjustment is not just about aesthetics; it simplifies the user interface, making the cookie consent process straightforward for your customers.
Here's a quick and easy guide on how to remove the "Preferences" button from your store's cookie bar:
Navigate to Custom CSS:
You can begin by accessing the Consent banner tab > Design section in the app settings. Here, you'll find various options to tweak the appearance of your site, including the cookie bar.
Inserting the CSS Code:
In the Custom CSS section, you'll find a field where you can input custom styles. Paste the following CSS code into this field:
Saving the changes:
Once you've added the code, simply save your changes. This code effectively hides the "Preferences" button, offering a more streamlined look to your cookie bar.
Preview and Adjust:
After saving, it's a good practice to preview your site and ensure that the changes align with your desired layout. If something doesn’t look right, you can always revert or adjust the CSS as needed.
Remember, this modification doesn't impact the functionality of your cookie consent management but rather changes its presentation to your site visitors. If you're aiming for a specific design or have a certain user experience in mind, such tweaks are invaluable.
Our support team is here to help with any customization or functionality questions. If you encounter any issues or need guidance, don't hesitate to reach out. Contact us at: support@consentmo.com, or use the Chat button at the bottom right corner of your browser for immediate assistance.
This adjustment is not just about aesthetics; it simplifies the user interface, making the cookie consent process straightforward for your customers.
Here's a quick and easy guide on how to remove the "Preferences" button from your store's cookie bar:
How to remove the button
Navigate to Custom CSS:
You can begin by accessing the Consent banner tab > Design section in the app settings. Here, you'll find various options to tweak the appearance of your site, including the cookie bar.
Inserting the CSS Code:
In the Custom CSS section, you'll find a field where you can input custom styles. Paste the following CSS code into this field:
.isense-cc-settings {
display:none !important;
}
Saving the changes:
Once you've added the code, simply save your changes. This code effectively hides the "Preferences" button, offering a more streamlined look to your cookie bar.
Preview and Adjust:
After saving, it's a good practice to preview your site and ensure that the changes align with your desired layout. If something doesn’t look right, you can always revert or adjust the CSS as needed.
Remember, this modification doesn't impact the functionality of your cookie consent management but rather changes its presentation to your site visitors. If you're aiming for a specific design or have a certain user experience in mind, such tweaks are invaluable.
Need help?
Our support team is here to help with any customization or functionality questions. If you encounter any issues or need guidance, don't hesitate to reach out. Contact us at: support@consentmo.com, or use the Chat button at the bottom right corner of your browser for immediate assistance.
Updated on: 06/01/2025
Thank you!