been working on customizing a template and been having a hard time hiding an element.
On the mobile version, I need to hide the social icons for the top bar.
http://2020.adwavesigns.com
Div Class: top-bar-socials
the template uses a custom CSS section to modify without going into the actual CSS. I tried using the following without any success:
.top-bar-socials {
display:none;
}
please help, I greatly appreciate it.