MichelleHLS Posted August 5, 2022 Share Posted August 5, 2022 I'm trying to achieve this effect in the header of circles next to navigation items and then they become active on hover? Cheers! Link to comment
MichelleHLS Posted August 5, 2022 Author Share Posted August 5, 2022 @tuanphan Are you at all able to help with this? Thank you! Link to comment
tuanphan Posted August 6, 2022 Share Posted August 6, 2022 Hi, What is your site url? 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
tuanphan Posted August 2 Share Posted August 2 For anyone interested with this effect. Use this code to Website Tools > Custom CSS div.header-nav-item>a:before { content: ""; width: 10px; height: 10px; display: inline-block; border: 2px solid #fff; border-radius: 50%; margin-right: 5px; position: relative; top: -2px; } div.header-nav-item>a { align-items: center; display: flex; } div.header-nav-item--active>a:before, div.header-nav-item>a:hover:before { background-color: #fff !important; } 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