How can I make the announcement bar transparent?

Hello!

Is there anyone here that know how i can make the annoucement bar transparant?

Thank you!

@Rubberduck - can you please share your site link? it needs css

1 Like

Hello!

The website link: Nexwatches.no

@Rubberduck - your age background is white, so it will still show white only

How do i make it transparant?

@Rubberduck - you can make like 1st screenshot , but I do not recommend it as on hover, header will hide announcement bar

How do i make it like the first picture?

@Rubberduck - please add the given css to the very end of your theme.scss file and check

#section-announcement {
    background: transparent !important;    color: #fff !important;    position: absolute;    width: 100%;
}