I searched the forums and all I could find is this code:
.announcement-bar__close{
display: none;
}
which did not work. When I searched my theme file, I found this:
.announcementBar__close {
position: absolute;
right: 10px;
top: 3px;
margin: 0;
cursor: pointer;
padding: 10px 0;
opacity: 0.5;
}
.announcementBar__close:hover {
opacity: 1;
}
and totally removed it. That didn’t work either. How can I remove the option to close the announcement bar?