Home Forums WoodMart support forum How to edit Cookie Banner

How to edit Cookie Banner

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #517030

    iamaarongeorge
    Participant

    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!

    #517031

    iamaarongeorge
    Participant

    Adding image:

    Attachments:
    You must be logged in to view attached files.
    #517230

    Hello,

    Go to Theme Settings > General > Cookie law info > Change the Popup text. Also the edges of the banner are already round.

    Best Regards.

    #517243

    iamaarongeorge
    Participant

    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.
    #517346

    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.

    #517365

    iamaarongeorge
    Participant

    See below.

    #517524

    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.

    #518321

    iamaarongeorge
    Participant

    Sent!

    #518536

    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.

Viewing 9 posts - 1 through 9 (of 9 total)