Hi,
How can I hide the close button (X) of the message banner?
Can I do this in CSS using opacity?
Hi,
How can I hide the close button (X) of the message banner?
Can I do this in CSS using opacity?
Hi megalex,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .close_info_text.rounded {
display: none;
}
Regards,
Devin
You must log in to post.