Ad hover effect to title

Regardez
Excursionist
17 0 3

Hello,

I want to add a hover effect to my websites title (the effect is supposed to change the title color blue.

This is the link to my website:

And a screenshot:

Bild 11.10.23 um 17.27.jpeg

 

Thank you very much for any help

Replies 3 (3)
西木建站二次开发Weswoo
Shopify Partner
47 1 3

Hello @Regardez 

  1. Please confirm the class name of the menu first, for example.menu-item
  2. Then add the following css
.menu-item:hover{
  color: red;
}
我们是一家专注于二次开发,特效开发的公司,合作伙伴有shokz 70mai Joyoung Pann FMS Model等, v+ gzxxmu 谢谢 We are a company focusing on secondary development , special effects development, Including shokz 70mai Pann FMS Model, etc. xxmui@outlook.com
Regardez
Excursionist
17 0 3

Hi, thank you for te reply. I don't want to add the effect on a menu item but on the title (Shop vintage Fashion) 

西木建站二次开发Weswoo
Shopify Partner
47 1 3

ok then need to find the word "Shop vintage Fashion" class name such as .banner .title

and do the same thing

.banner .title:hover{
  color: red;
}
我们是一家专注于二次开发,特效开发的公司,合作伙伴有shokz 70mai Joyoung Pann FMS Model等, v+ gzxxmu 谢谢 We are a company focusing on secondary development , special effects development, Including shokz 70mai Pann FMS Model, etc. xxmui@outlook.com