Guest Posted June 24, 2021 Share Posted June 24, 2021 Site URL: http://www,passionfruitdesign.me pwd: 2192 Hi! How do I change the underline in the navigation to a simple dot center aligned with the word? Link to comment
Solution tuanphan Posted June 24, 2021 Solution Share Posted June 24, 2021 7 hours ago, dragonfruit said: Site URL: http://www,passionfruitdesign.me pwd: 2192 Hi! How do I change the underline in the navigation to a simple dot center aligned with the word? Add to Design > Custom CSS /* nav active */ .header-nav-item--active a { background-image: none !important; } .header-nav-item--active a:after { content: ""; display: block; width: 5px; height: 5px; background-color: black; text-align: center; margin: 0 auto; border-radius: 50%; } 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
Guest Posted June 24, 2021 Share Posted June 24, 2021 12 hours ago, tuanphan said: Add to Design > Custom CSS /* nav active */ .header-nav-item--active a { background-image: none !important; } .header-nav-item--active a:after { content: ""; display: block; width: 5px; height: 5px; background-color: black; text-align: center; margin: 0 auto; border-radius: 50%; } Thank you so much Tuan! Link to comment
MoonMama Posted November 4, 2021 Share Posted November 4, 2021 On 6/24/2021 at 3:37 AM, tuanphan said: Add to Design > Custom CSS /* nav active */ .header-nav-item--active a { background-image: none !important; } .header-nav-item--active a:after { content: ""; display: block; width: 5px; height: 5px; background-color: black; text-align: center; margin: 0 auto; border-radius: 50%; } Hi, I have the same issue for side bar navhttps://www.tribeandsol.com/shop/abode/ceramics Link to comment
tuanphan Posted November 6, 2021 Share Posted November 6, 2021 On 11/4/2021 at 10:47 AM, MoonMama said: Hi, I have the same issue for side bar navhttps://www.tribeandsol.com/shop/abode/ceramics Add to Design > Custom CSS a.category-link:after { content: ""; display: block; width: 5px !important; height: 5px !important; background-color: black; text-align: center; margin: 0 auto; border-radius: 50%; left: 50% !important; } MoonMama 1 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
MoonMama Posted November 6, 2021 Share Posted November 6, 2021 Thanks @tuanphan cool effect, it's perfect. Link to comment
SomethingMoreDesign Posted September 22, 2023 Share Posted September 22, 2023 Hi @tuanphan Do you know how to make it appear to the left in front of the word instead of under it? Thanks! Link to comment
tuanphan Posted September 25, 2023 Share Posted September 25, 2023 On 9/22/2023 at 12:34 PM, SomethingMoreDesign said: Hi @tuanphan Do you know how to make it appear to the left in front of the word instead of under it? Thanks! Like this red line? 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