Hi Everyone,
When I put two different announcement in Dawn Theme, it has a separator line in the middle. Can someone please advise me on how to remove it? The bottom line I would like to keep. I just want to remove the line in between both announcement. Also, when I hover on the link the background changes. I would like the background to remain white. Please see picture reference below. Thank you in advance!
Background changes to gray on hover
Hello @midas8858
Can you please share URL so i can provide you the css for this change.
Okay did you try changing color to match each other as that might help the line not to show and it might also depend on the type of theme you’re using
can you please provide me the shore URL and the password (if the storefront is password protected)?
so that I can give it a try.
Thank You
@Niraj_singh Hi, I sent you a direct message with info. Thank you
1 Like
Hello @midas8858
Please use below code on assets → base.css at the bottom to remove color on hover and remove the border of irst announcement
.announcement-bar:first-child {
border: none !important;
}
.announcement-bar__link:hover {
background-color: #fff !important;
}
@Niraj_singh Awesome! This worked. Than you so much 
1 Like