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

    Hello together
    is it possible to display the footer (copyright) only on the mobile device (mobile phone)?

    thanks in advance

    kind regards
    Franz

    #1362257

    there is a class added to html when viewing your site via mobile device: avia_mobile
    and for desktop browsers it is : avia_desktop

    
    .responsive.avia_desktop #top .copyright {
      display: none;
    }

    or do you like to get rid of the whole socket ?

    .responsive.avia_desktop #top #socket {
      display: none;
    }
    • This reply was modified 2 years, 3 months ago by Guenni007.
    #1362276

    Thank you Guenni007

    you can close this request

    kind regards
    Franz

    #1362279

    Hi Franz,

    I’m glad that @Guenni007 was able to help you :)


    @Guenni007
    thanks for helping out :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘footer only mobile’ is closed to new replies.