Home Forums WoodMart support forum Cookie bar style

Cookie bar style

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #237472

    BertranddesmetsWM
    Participant

    Hi,

    How can I change the color of the cookie law info bar, do I need some CSS?
    Thanks!

    #237475

    BertranddesmetsWM
    Participant

    And the style of the “More info” button? If I want a simple box instead of a underlined text?
    Thanks

    #237513

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .woodmart-cookies-popup {
        background-color: rgba(34, 34, 34, 1);
        color:#ffffff;
    }
    body .cookies-buttons .cookies-accept-btn{
        background-color: #ffffff;
        color:#ff6602!important;
    }

    If you are trying to ask anything else then please provide some relevant screenshot and disable the maintenance mode of your website to check it myself and help you out accordingly.

    Best Regards.

    #238302

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the custom CSS!

    Small adjustment though: the two buttons you seen in the screenshot are not aligned. Can you please help me fix this?
    Thanks!

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.

    .cookies-buttons .cookies-more-btn {
    	position: absolute;
    	top: 23px;
    	right: 8%;
    }

    Regard’s.
    Xtemos Studios.

    #238498

    BertranddesmetsWM
    Participant

    Hi,

    Thanks but it became a mess on mobile (see private area screenshot).
    regards,

    #238558

    Hello,

    I saw the screenshot you attached and visited your website. It seems that you have added to code in the Global Custom CSS area. That’s why the CSS is working for all the devices.

    Please move the CSS to the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.

    Then clear the cache and check back.

    Regard’s.
    Xtemos Studios.

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