How to edit Cookie Banner
-
Hi, I would like to edit my Cookie Banner but can’t find any settings beyond changing the text. On your ThemeForest page this is one of your example sites: https://www.twelvebeauty.com/
I love their cookie banner design and would like to do something similar. How can I round the edges and add a shadow?
I think this is something we should be able to add an HTML block for in the next update.
Thank you!
Adding image:
Attachments:
You must be
logged in to view attached files.
Hello,
Go to Theme Settings > General > Cookie law info > Change the Popup text. Also the edges of the banner are already round.
Best Regards.
Hi, the edges of my cookie banner are not round. See attached image.
I would also like to change the width and height, and button size. The only options I currently have is changing the text.
Attachments:
You must be
logged in to view attached files.
Hello,
Please share the wp login details in private content under the message area I will further check and give you a possible solution.
Best Regards.
Hello,
You have missed the admin login url. Can you please share the WP admin login url of your site so I will check and give you a possible solution?
Best Regards.
Hello
Go to Theme Settings > Styles and colors > Buttons > Advanced button styles > Choose the cookie popup accept and customize the button style as per your requirements.
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.wd-cookies-popup.popup-display {
border-radius: 10px 10px 0px 0px;
box-shadow: 0 0 9px rgb(255 0 0 / 45%);
}
Change the code as per your requirements.
Best Regards.