Add the following to your styles.scss:
#nav > nav > nav > ul > li:nth-child(10) > a {
animation: blinking 2s linear infinite;
}
@keyframes blinking {
50% {
opacity: 0.3;
}
}
That should do it! Let us know!
Fantastic @SellerUu ! Don't forget to Mark As Solution & Like to make the answer more visible to the community Cheers!
User | Count |
---|---|
449 | |
210 | |
105 | |
91 | |
86 |