Helloparkerg Posted April 11, 2022 Posted April 11, 2022 @tuanphan Quote .header-nav-item a:hover { color: red !important; } This code worked for me., thanks for your help. I would also like to bold the active link & underline in the navigation once the user has clicked it, without the other navigation links bolding at the same time. Help! 🙂
tuanphan Posted April 18, 2022 Posted April 18, 2022 On 4/11/2022 at 11:43 PM, Helloparkerg said: @tuanphan This code worked for me., thanks for your help. I would also like to bold the active link & underline in the navigation once the user has clicked it, without the other navigation links bolding at the same time. Help! 🙂 Use this code div.header-nav-item--active>a, div.header-nav-folder-item--active a { font-weight: bold !important; text-decoration: underline; } 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!)
MinerMan2022 Posted September 28, 2022 Posted September 28, 2022 Hi @tuanphan we are experiencing a similar issue where we've tried adding custom css and the changes are taking. We'd like the overlay menu to be teal (#71ACB6) instead of cream and for the logo hover to be white instead of orange. Would you be able to take a look for us? Let us know what you think. Thank you! URL: https://martini-i3-may.squarespace.com/services Password: DoveLove2022!
tuanphan Posted September 30, 2022 Posted September 30, 2022 On 9/28/2022 at 11:15 PM, MinerMan2022 said: Hi @tuanphan we are experiencing a similar issue where we've tried adding custom css and the changes are taking. We'd like the overlay menu to be teal (#71ACB6) instead of cream and for the logo hover to be white instead of orange. Would you be able to take a look for us? Let us know what you think. Thank you! URL: https://martini-i3-may.squarespace.com/services Password: DoveLove2022! Change this color? 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!)
MinerMan2022 Posted October 4, 2022 Posted October 4, 2022 On 9/29/2022 at 10:07 PM, tuanphan said: Change this color? Correct. @tuanphan the color of the logo and the background of the menu.
MinerMan2022 Posted October 4, 2022 Posted October 4, 2022 On 9/29/2022 at 10:07 PM, tuanphan said: Change this color? I was actually able to figure this out. Thank you. 🙂 tuanphan 1
fenstudio85 Posted April 23, 2023 Posted April 23, 2023 Hello all, I have managed to get the hover colour to work using code from the great people in here. I was just wondering if there is some code for the hover colour to stay on the active page. So for example; You hover over 'about' click through to the page, and then the 'about' in the nav menu stays highlighted while on the about page. Same for all the other pages of course. Many thanks in advance
tuanphan Posted April 25, 2023 Posted April 25, 2023 On 4/24/2023 at 3:00 AM, fenstudio85 said: Hello all, I have managed to get the hover colour to work using code from the great people in here. I was just wondering if there is some code for the hover colour to stay on the active page. So for example; You hover over 'about' click through to the page, and then the 'about' in the nav menu stays highlighted while on the about page. Same for all the other pages of course. Many thanks in advance What is your site url? We can adjust code easier Helloparkerg 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!)
Helloparkerg Posted May 12, 2023 Posted May 12, 2023 How do you keep standard pointer cursor instead of finger cursor when hovering over nav folder? I want child pages to keep finger cursor.
tuanphan Posted May 14, 2023 Posted May 14, 2023 On 5/12/2023 at 10:18 AM, Helloparkerg said: How do you keep standard pointer cursor instead of finger cursor when hovering over nav folder? I want child pages to keep finger cursor. Depend on template. 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!)
Helloparkerg Posted May 22, 2023 Posted May 22, 2023 On 5/13/2023 at 11:12 PM, tuanphan said: Depend on template. What is your site url? centraliaarts.org
tuanphan Posted May 25, 2023 Posted May 25, 2023 On 5/22/2023 at 8:40 AM, Helloparkerg said: centraliaarts.org Add to Design > Custom CSS header#header div.header-nav-item a { cursor: context-menu; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment