Articles on: Frequently Asked Questions (FAQ)

Remove the "Preferences" button

In the ever-evolving world of online stores, personalizing your website's look and feel is crucial for creating a unique user experience. One aspect of this customization is managing how visitors interact with your store's cookie consent features.

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:
Begin by accessing the Design tab in your store's backend. 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:

.cc-settings {
display:none !important;
}


Applying 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 Assistance?
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: 19/12/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!