• Resolved olenaZ

    (@olenazhytnytska)


    Hi,

    I wanted to hide the cookie duration column from the user’s account.

    Please advise how I can do it.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @olenazhytnytska,

    Thank you for reaching out! To hide the cookie duration column, please add the following CSS code into WordPress admin > Appearance > Customize > Additional CSS:

    [data-slicewp-tab="dashboard"] > div:first-of-type > div:first-of-type { width: 100%; }
    [data-slicewp-tab="dashboard"] > div:first-of-type > div:last-of-type { display: none; }

    Please try it out and let me know how it goes.

    Thank you and best wishes,
    Mihai

    Thread Starter olenaZ

    (@olenazhytnytska)

    Awesome! Thank you very much!!!

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @olenazhytnytska,

    No worries whatsoever! Happy to help!

    If there’s anything, just let me know.

    Best wishes,
    Mihai

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Cookie Duration in My Account’ is closed to new replies.