dchoban Posted July 28, 2020 Share Posted July 28, 2020 Site URL: https://panda-guava-l26n.squarespace.com/ I would like to make the last nav item, which is a folder, into a button. This is the code I've played with, but it doesn't work: .Header-nav-item .folder-toggle:last-child { background: #242424; color: #ffffff; padding: 15px !important; border-radius: 30px, } Here is an example: http://www.elbuhololava.com It is the "Get Involved" dropdown on the my page. There is a password of CaaM-draft20! Thank you. Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 Add to Home > Design > Custom CSS nav#mobileNavigation>div:last-child, nav#mainNavigation>div:last-child { background: white; padding: 5px; } nav#mobileNavigation>div:last-child>.folder-toggle, nav#mainNavigation>div:last-child>.folder-toggle { color: blue; } 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
dchoban Posted July 28, 2020 Author Share Posted July 28, 2020 Thank so much. It worked great. Diane Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.