Change Hover Color Sp Simple Portfolio - Question | JoomShaper

Change Hover Color Sp Simple Portfolio

D

Dominik

Helix Framework 7 months ago

Hi there

How can I change hover color anf font color of sp simple portfolio? I tried several Codes but nothing works.

Domi

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #186889

Hi

Thanks for contacting us. Are you talking about this portion? Then use this CSS in your custom.css file

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay{
  background: rgb(119 20 20 / 50%) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle>div .sp-simpleportfolio-title a {
    color: #a8e7e7 !important;
}

-Regards.

0
D
Dominik
Accepted Answer
7 months ago #186891

Perfect, thank you Mehtaz!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #186895

You are most welcome.

0