Jump to content

A:HOVER


omarrota

Recommended Posts

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

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

  • 4 weeks later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...