Hello together
is it possible to display the footer (copyright) only on the mobile device (mobile phone)?
thanks in advance
kind regards
Franz
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;
}
Thank you Guenni007
you can close this request
kind regards
Franz
Hi Franz,
I’m glad that @Guenni007 was able to help you :)
@Guenni007 thanks for helping out :)
Best regards,
Nikko