Home Forums WoodMart support forum social and cookies

social and cookies

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #209085

    Mamu
    Participant

    social and cookies

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

    Hello,

    1) I saw the screenshots you attached. The icons displayed in the header top bar are controlled from Theme Settings >> Social Profiles >> Share buttons.

    Screenshot for Clarification: https://ibb.co/7K2JjhT

    2) To Move the cookie law info on top. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .woodmart-cookies-popup {
    top:0;
    bottom: auto;
    }

    Best Regards.

    #209246

    Mamu
    Participant

    Hello,
    I tried placing the custom css code, when placed the code, the message went to top. But when try to accept the message. Message was staying even after clicking accept.
    Anything else that I need to put or adjust in the css, any recommendations?
    thanks

    #209324

    Hello,

    Please provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #209530

    Mamu
    Participant

    below are

    #209633

    Hello,

    I have logged into your website and Replaced the previous CSS with the following.

    body .woodmart-cookies-popup {
    top:0;
    bottom: auto;
    }
    body .woodmart-cookies-popup,
    body .woodmart-cookies-popup.popup-hide {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    }
    body .woodmart-cookies-popup.popup-display {
    -webkit-transform: none;
    transform: none;
    }

    And the popup is closing on the top. Please clear cache and check back.

    Best Regards.

    #209827

    Mamu
    Participant

    Thanks
    It Works now,
    Appreciate all your help
    Sincerely

    #209833

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘social and cookies’ is closed to new replies.