Memberstack
Pricing
API
Login
Build for free
Memberstack
Pricing
API
Login
Build for free
Memberstack
Pricing
API
Login
Build for free
Blog/Product/Best Webflow Cookie Consent Cloneables
Product#Cookie Consents#Webflow#Cloneables

Best Webflow Cookie Consent Cloneables

A cookie consent banner is a notice displayed on websites and web apps right when the page first loads. The idea is to inform the website visitors of the use of cookies, and their rights regarding the cookies and to request permission from the user to activate them.

Shuib Abdullah·Contributor
|
November 14, 2022·6 min read

What is a Cookie consent banner?

A cookie is a form of data from a website which is stored within the user's browser. This is how servers know that a user has returned to a particular website. A cookie banner needs to be adequately noticeable & accessible.

The wording needs to be plain and easy to read and the font must be clear. There are a few ways a cookie consent banner can be integrated into a website. These include a top header, incline header, footer, or in a modal. Generally, a cookie consent banner should be customised to fit within your brand guidelines so it won’t look out of place. Also, it’s important to have settings where the user can toggle which type of cookies they allow. There are essential cookies and ‘advertising’ cookies. Essential cookies support the core site functionality such as providing secure log-in. Advertising cookies are there to serve advertising content that is relevant to the user.

We’ll go through some examples later in this post. We’ve collated a few, free Webflow cookie banner cloneable's for you to use in your next project.

Webflow GDPR Compliance Cookie Consent by Flinch 77

https://webflow.com/made-in-webflow/website/free-clone-gdpr-cookie-consent-banner

This cloneable is a GDPR (General Data Protection Regulation) compliant cookie modal you could clone now and use in your project. It features a clear and well-designed modal which is toggled with a small cookie button at the bottom left corner. We like this design as it’s not too intrusive, but still prominent enough for the user to see. Nobody likes a cookie banner that blocks off the entire website.GDPR compliance means adopting the principle of affirmative consent. This would require a toggle for the user to ‘opt-out’ or ‘opt-in‘ when it comes to data collection and processing

Blog image

What's in this template?

The template has a clean, easy-to-use modal where the user can accept all cookies, save settings and toggle which type of cookies they want. In this example, it includes the essentials, marketing, personalisation and analytics. You can clone this project and include the necessary attributes for your site's personalisation, analytics or marketing scripts.

Blog image

What is this template for?

  • Anyone who needs a professional, GDPR-compliant cookie consent modal with adjustable settings
ProsCons
✅ It’s not intrusive and the button is placed at the bottom left side of the screen❌  Only one style option (modal)
✅  Made with Finsweet’s fs-cc attributes
✅  Mobile responsive

The bottom line

This is a professional and GDPR-compliant cookie modal suitable for any project. The design is simple so should easily fit into any brand identity and is easy to use as well!

Finsweet Cookie Consent for Webflow

https://finsweet-cookie-consent-cloneable.webflow.io/

The guys at Finsweet put a lot of effort into offering 5 free, GDPR-compliant cookie banners. There are a few options to choose from and all are made with Finsweet client-first classes, following Webflow best practices. All you have to do is copy and paste them into your Webflow project and you’re good to go!It's important to note, these cookie banners do not remove Webflow Ecommerce cookies. This is because Webflow adds scripts inside their HTML that uses cookies, these aren’t replaceable with attributes.

Finsweet offers banners which are displayed from the left side of the screen, right and also modals.

Blog image

What's in this template?

All of these banners are made using components, not JavaScript embeds. This means they’re all simple to add to your project, just like adding a regular Webflow element. The components are 100% attribute-based, so you don't need to edit any JavaScript.

For instance, use the “type=’fs-cc’” to the Google Analytics script to identify it as a cookie issuing script. You could also add “fs-cc=’manager’” to a Div or Section element to the parent of the cookie icon. This allows the user to open preferences and toggle which cookie they allow.

Blog image

A few of their other templates:

Blog image
Blog image
Blog image

What's this template for?

  • For Webflow developers who need a few different cookie banner options
  • For designers or business owners who just want a quick, copy & paste cookie banner that's GDPR compliant and stress-free.
ProsCons
✅ 5 different examples to choose from
✅ Includes a practical guide to follow
✅ No JavaScript needed, all attribute-based

The bottom line

Finsweet are pros at making professional, easy to use components. So it was a no-brainer to include their cloneables in this round up

Webflow Free Cookie Consent Resource - Flow Ninja

https://showcased.webflow.io/projects/webflow-free-cookie-consent-resource-flow-ninja

This next cloneable is by Nelson, from Pixel Geek, a Webflow content creator. He’s included 5 different designs for cookie consent banners along with the code needed to implement them. These cloneable's are different to the ones previously mentioned as they’re more of design variations, rather than GDPR cookie consents with toggles. They offer a little more creativity and customization than your general cookie consent button.

Blog image

What's in this template?

In contrast to Finsweet’s components, these templates use JavaScript embeds to remove the banner/modal when the user clicks the ‘x’. There is a different block of code for every cookie example. Simply copy the code and paste it into an embed element.

Blog image

Pixel Geek has an in-depth tutorial on how to integrate these banners. Check it out here:

What is this template for?

  • Webflow developers who are looking for a simple banner that can fit discreetly in their project or client’s project.
ProsCons
✅ 5 different designs to choose from❌ Not attribute, so you’ll need to edit the JavaScript
✅ Full documentation

The bottom line

Although this template requires editing a bit of JavaScript, the documentation and video cover it well. This is a handy template for those who are accustomed to using embeds or just need a selection of simple cookie banners.

Flowbase cookie guide & cloneable - hide & show your banner

https://webflow.com/made-in-webflow/website/Webflow-Cookie-Guide?gspk=dG9tYmVra2VyczcyMTU&gsxid=7V8DsHgRvUTb&utm_medium=affiliat

Our next template is another free cloneable you can use. It was made by Flowbase,and it’s a simple cookie which only shows up once for every new user. Cookies are an ideal way to display information once, without annoying your website visitors with constant popups. This template, and its included guide, contain a script which allows users to close the pop-up and still retain that information.

Blog image

What does this template include

Unlike the other cloneable's in this roundup, this template only includes one banner example, which might be all you need. Flowbase includes the scripts you need in their documentation, which itself is only 5 steps in total.The setup consists of adding two scripts into the <head> of your Webflow project. Then you’ll use an ID tag to communicate with your cookie elements. The primary wrapper element will be responsible for hiding/showing the cookie, this could be a pop-up/notice/modal etc. You could also decide how long to hide the banner, for example, use ‘30’ to represent 30 days.

Blog image

Here's the full, step-by-step guide:

https://www.flowbase.co/blog/how-to-add-cookies-to-webflow-website

Who is this template for?

  • Webflow developers who already have a cookie banner and only need this functionality
ProsCons
✅ Great demo page❌ Might be difficult for non-techies to implement
✅ Easy-to-follow documentation

The bottom line:

This is a simple template which gives you the necessary functionality to hide your cookie banner for a chosen period of time.

Topics

#Cookie Consents#Webflow#Cloneables

Written by

Shuib Abdullah

Contributor

Contents

  • What is a Cookie consent banner?
  • Webflow GDPR Compliance Cookie Consent by Flinch 77
  • What's in this template?
  • What is this template for?
  • The bottom line
  • Finsweet Cookie Consent for Webflow
  • What's in this template?
  • What's this template for?
  • The bottom line
  • Webflow Free Cookie Consent Resource - Flow Ninja
  • What's in this template?
  • What is this template for?
  • The bottom line
  • Flowbase cookie guide & cloneable - hide & show your banner
  • What does this template include
  • Who is this template for?
  • The bottom line:

Share

Explore Memberstack

  • All Features
  • Customer Showcase
  • Templates
  • Find Experts
  • Pricing
  • Help Center

Related Articles

General

WF Weekly - Episode 4

In this episode of Webflow Weekly, we dive into powerful new features and community cloneables that will elevate your workflow—starting with the long-awaited ability to rename elements directly in the Navigator. We also explore game-changing templates and sliders built by top creators in the Webflow

Julian Galluzzo & Duncan Hamra

Jul 3, 2025

General

WF Weekly - Episode 2

In this episode of Webflow Weekly, we dive into a curated list of high-quality, ready-to-use projects that can instantly elevate your next website build, from stunning multi-page templates to slick, copy-and-paste interactions.

Julian Galluzzo & Duncan Hamra

Jun 30, 2025

How to Link to a Specific Webflow Tab from a Button or Link

In this post, I’ll show you how to link to a specific Webflow tab from a button or link. We’ll walk you through the process of creating a link that not only directs users to your Webflow project but also navigates them directly to a specific tab within that project. So let's dive in and learn how to

Shuib Abdullah

Jul 19, 2023

Product

  • Full Feature List
  • User Accounts
  • Gated Content
  • Secure Payments
  • API & Integrations
  • Data Tables
  • Memberstack & Webflow
  • Memberstack & Claude Code
  • Memberstack & WordPress
  • Create a new account
  • 2.0 Log in
  • 1.0 Log in
  • Pricing

Learn about Memberstack

  • Showcase
  • Testimonials
  • Why Memberstack
  • Memberstack vs Outseta
  • Memberstack vs Memberspace
  • Memberstack vs Webflow Memberships

Company

  • About
  • Careers
  • Changelog
  • Partnerships(email)
  • Contact Us(email)
  • X
  • LinkedIn
  • "Do Not Sell My Data" Promise

Resources

  • Vibe Coding
  • Templates
  • Components
  • MemberScripts
  • Data Attributes
  • Find Experts
  • Hiring Guide
  • Webflow Slack Community
  • WordPress Slack Community
  • Support Forum
  • Help Center
  • Blog
  • llms.txt (for AI)
  • llms-full.txt (for AI)
AICPA
SOC

SOC 2 TYPE 1

CERTIFIED

GDPR

COMPLIANT

CCPA

COMPLIANT

Privacy PolicyTerms of ServiceCookie PolicySecurity Policy

© Memberstack Inc. 2018 - 2025. All rights reserved.

Memberstack - The no-code membership platform for any website | Product Hunt