Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974842

    Hi, sorry to bother you again but is there a way to omit the cookie message on mobile telephones?

    Thank you,
    Buddy

    #974845

    Hey buddy1,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .avia-cookie-consent.avia-cookiemessage-bottom{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #975236

    Thank you, that worked great.
    Buddy

    #975342

    Hi Buddy,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.