patje8

Forum Replies Created


This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

This is for the main menu but I want to change de the color for the rigt menu.

I have changed it to

.sp-module-content >li:hover>a {
  color: red !important;
}
.sp-module-content .nav menu li >a:hover,
.sp-module-content .nav menu li.active>a,
.sp-module-content >li.active>a {
  background: red !important;
}

but it doesn’t work.