EricaChoi Posted March 2, 2021 Share Posted March 2, 2021 Site URL: http://a-b-c.org Hi there, On our non-profit's website (www.a-b-c.org), we wanted "donate" and "ABC Store" to appear in blue bubbles on the navigation bar to be more attention-grabbing. I used a custom CSS code I found online #mainNavWrapper .folder-toggle[data-href="/donate-1"] { background: #11a2e3; color: #ffffff; padding: 15px !important; border-radius: 30px; } This works when I have the browser on full size, but it doesn't work when the navigation menu is collapsed under a hamburger/ on mobile view. I'm attaching a screenshot that shows the donate folder doesn't show the customized appearance. I'd be very grateful if anyone could help me figure out this pickle. Thank you! Link to comment
tuanphan Posted March 5, 2021 Share Posted March 5, 2021 Hi. Use this code for mobile [data-href="/donate-1"] { background: #11a2e3; color: #fff; padding: 15px !important; border-radius: 30px; } 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
EricaChoi Posted April 5, 2021 Author Share Posted April 5, 2021 @tuanphan, thank you so much for your help. Worked like a charm!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.