Hi I want to pause the announcement bar text when I hover over it with the cursor.
website url : https://www.eshoop101.com
Hi I want to pause the announcement bar text when I hover over it with the cursor.
website url : https://www.eshoop101.com
Hello There,
.announcement-bar__message.center.h5:hover {
animation-play-state: paused;
}
Amazing that worked for me , Thank you.
@ZestardTech I have applied this code the main menu header is no longer sticky on scroll . Before That It was sticky upon the scroll. Can you check the code thank you.