janandsusan1 Posted July 31, 2019 Posted July 31, 2019 Is there CSS to change a navigation item in Basil to a button? Jan & Susan admin + design (503) 208-6342
tuanphan Posted July 31, 2019 Posted July 31, 2019 @janandsusan Add to Home > Design > Custom CSS First Item to button .Header-nav-item:nth-child(1) { background: #fff; color: #000 !important; padding: 5px 10px !important; border-radius: 50px; font-size: 15px; } Second item to button .Header-nav-item:nth-child(2) { background: #fff; color: #000 !important; padding: 5px 10px !important; border-radius: 50px; font-size: 15px; } Do Similar! 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.