Is there a way to just have the dark green bar with no text, social media icons or link button? Thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .socialicon { display: none; } .topinfobar div.info { display: none; } .siteinfourl { display: none; } .closeicon { display: none; } This will solve your issue.