Home › Forums › Support › Blink on Top Bar This topic has 5 replies, 2 voices, and was last updated 2 years, 6 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 21, 2023 at 9:26 pm #2542074 Parag Agarwal I want a blink top bar, like a GIF, please help in this regard. February 21, 2023 at 9:56 pm #2542103 Fernando Customer Support Hi Parag, Can you provide a reference site or any example of this blinking effect? February 21, 2023 at 10:47 pm #2542128 Parag Agarwal If you can see my website http://www.crickhit.com I have placed a link on the top bar with the name “Paytm Money”. I want this red color top bar to have a blink effect with 2 or more colors so that it can be the point of attraction on my website. February 21, 2023 at 11:20 pm #2542151 Fernando Customer Support Try adding this through Appearance > Customize > Additional CSS: .top-bar.grid-container { animation: changeCol 3s ease infinite; } @keyframes changeCol { 0% { background-color: #00ff00; } 50% { background-color: #ff0000; } 100% { background-color: #00ff00; } } Replace the background-color hex values with your preferred color values. February 22, 2023 at 12:04 am #2542171 Parag Agarwal Thanks February 22, 2023 at 12:41 am #2542197 Fernando Customer Support You’re welcome, Parag! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In