DragonaFlooring Posted March 24, 2023 Share Posted March 24, 2023 Hello, I have mentioned 2 code below that works perfectly on desktop but I want them to reflect on mobile can anyone help me with some code for mobile? .header-nav-item a[href="/crazy-deals-yL55D"] { color: #FFC300 !important; font-size: 20px; } .header-nav-item a[href="/crazy-deals-yL55D"] { animation: blinkingText 0.5s infinite alternate-reverse; } @keyframes blinkingText { 0% { opacity: 0; } 100% { opacity: 1; } } Link to comment
tuanphan Posted March 29, 2023 Share Posted March 29, 2023 Hi, What is site url? We can check mobile class name easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment