omarrota Posted December 15, 2022 Share Posted December 15, 2022 (edited) Someone can help me how i can add a:hover in my header menu? https://www.macchiaverde.com Thanks Edited December 15, 2022 by omarrota (see edit history) Link to comment Share on other sites More sharing options...
QuickUpdate.net Posted December 19, 2022 Share Posted December 19, 2022 the site does not work, you should edit the css files Link to comment Share on other sites More sharing options...
Mediacom87 Posted December 19, 2022 Share Posted December 19, 2022 Hi, your site is under maintenance, we can't have access to it to analyze your design and therefore propose you a precise answer in your case. If you are using the classic theme with the PrestaShop basic menu, then you could add a CSS element in the custom.css file of the theme like this #header .top-menu a:hover { color: #999; text-decoration: underline; } This allows you to change the color and highlight the link. As you don't specify your customization needs at all, it's up to you to study the possibilities in CSS to obtain the desired result. Link to comment Share on other sites More sharing options...
omarrota Posted December 20, 2022 Author Share Posted December 20, 2022 13 hours ago, Mediacom87 said: Hi, your site is under maintenance, we can't have access to it to analyze your design and therefore propose you a precise answer in your case. If you are using the classic theme with the PrestaShop basic menu, then you could add a CSS element in the custom.css file of the theme like this #header .top-menu a:hover { color: #999; text-decoration: underline; } This allows you to change the color and highlight the link. As you don't specify your customization needs at all, it's up to you to study the possibilities in CSS to obtain the desired result. Thanks so much for your reply. No i dont use classic theme. I have activate my site. Can you take a look? Thanks Link to comment Share on other sites More sharing options...
Asu34 Posted December 20, 2022 Share Posted December 20, 2022 Hi, try this : .tv-menu-horizontal ul li.level-1>a span:hover { /*your tricks*/ color: red } On my side it works 1 Link to comment Share on other sites More sharing options...
omarrota Posted January 13, 2023 Author Share Posted January 13, 2023 On 12/19/2022 at 8:13 PM, Mediacom87 said: Hi, your site is under maintenance, we can't have access to it to analyze your design and therefore propose you a precise answer in your case. If you are using the classic theme with the PrestaShop basic menu, then you could add a CSS element in the custom.css file of the theme like this #header .top-menu a:hover { color: #999; text-decoration: underline; } This allows you to change the color and highlight the link. As you don't specify your customization needs at all, it's up to you to study the possibilities in CSS to obtain the desired result. did you have time to check my site. Thanks Link to comment Share on other sites More sharing options...
Mediacom87 Posted January 13, 2023 Share Posted January 13, 2023 .tv-menu-horizontal li a:hover { color: #999; text-decoration: underline; } Link to comment Share on other sites More sharing options...
omarrota Posted January 14, 2023 Author Share Posted January 14, 2023 21 hours ago, Mediacom87 said: .tv-menu-horizontal li a:hover { color: #999; text-decoration: underline; } In which file css? Thanks Link to comment Share on other sites More sharing options...
Mediacom87 Posted January 14, 2023 Share Posted January 14, 2023 Le 19/12/2022 à 8:13 PM, Mediacom87 a dit : If you are using the classic theme with the PrestaShop basic menu, then you could add a CSS element in the custom.css file of the theme like this Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now