Comments 3firosyd started the conversationFebruary 24, 2021 at 6:19pmHi there, I'm customizing the menu of the website done with Soledad. I'd like to change the color background hover menu item and not only to the color "a" link menu. I'm using border into menu. Follow the URL please. Is there any spot where I can customizing that in Customize or any code to apply with CSS? Thanks a lot----------------------------------------------------------------------------------------------------------------------------------------------------Hi there,I just got a CSS code for customizing the hover background item menu.Thank you 2,700PenciDesign repliedFebruary 25, 2021 at 2:31amHi,Yeah, I see you can do that for yourself now.But, I think you can replace your custom CSS code: .penci-menu-hbg .menu li a:hover { background-color: #f3bf1e; } to this code: .penci-menu-hbg .menu li a{ transition: all 0.3s; -webkit-transition: all 0.3s; } .penci-menu-hbg .menu li a:hover { background-color: #f3bf1e; padding-left: 10px; padding-right: 5px; } It will look better.Best Regards,PenciDesign1 Like 3firosyd repliedFebruary 25, 2021 at 11:38amWow! Look better really! Thank you so much!What if I want an effect of kind "active item menu" as the visitor clicks in the link from the menu? Thanks a lot! 2,700PenciDesign repliedFebruary 25, 2021 at 1:01pmHi,You can try to replace the code I sent to this code to apply that style for the current menu viewing item: .penci-menu-hbg .menu li a{ transition: all 0.3s; -webkit-transition: all 0.3s; } .penci-menu-hbg .menu > li.current-menu-item > a, .penci-menu-hbg .menu > li.current-menu-ancestor > a, .penci-menu-hbg .menu li a:hover { background-color: #f3bf1e; padding-left: 10px; padding-right: 5px; } Best Regards,PenciDesign1 Like 3firosyd repliedFebruary 25, 2021 at 1:24pmIt's working better! Thanks in advance.Best regards PenciDesign replied privately firosyd replied privately Sign in to reply ...
Hi there,
I'm customizing the menu of the website done with Soledad.
I'd like to change the color background hover menu item and not only to the color "a" link menu. I'm using border into menu. Follow the URL please.
Is there any spot where I can customizing that in Customize or any code to apply with CSS?
Thanks a lot
----------------------------------------------------------------------------------------------------------------------------------------------------
Hi there,
I just got a CSS code for customizing the hover background item menu.
Thank you
Hi,
Yeah, I see you can do that for yourself now.
But, I think you can replace your custom CSS code:
to this code:
It will look better.
Best Regards,
PenciDesign
Wow! Look better really! Thank you so much!
What if I want an effect of kind "active item menu" as the visitor clicks in the link from the menu?
Thanks a lot!
Hi,
You can try to replace the code I sent to this code to apply that style for the current menu viewing item:
Best Regards,
PenciDesign
It's working better!
Thanks in advance.
Best regards