Hi,
anybody know a quick css to remove the social icon and the copyright?
I mean the entire box.
thanks,
Luca
Hi,
anybody know a quick css to remove the social icon and the copyright?
I mean the entire box.
thanks,
Luca
Hi Luca,
You can add this on your Quick CSS:
#socket {
display: none;
}
or, if the code above doesn't work, use this instead:
#socket {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
Hi Ismael,
the first one works great!
thanks for the help!
Luca
Glad Ismael could help :)
Regards,
Devin
This topic has been closed to new replies.