Template Nuron, How To Change Colors Of SP Medical - Question | JoomShaper

Template Nuron, How To Change Colors Of SP Medical

MT

Max Tex

Template 5 months ago

Hello, I need to change colors for a Home page of this SP medical modul https://prnt.sc/p-bA-OLtKW9A How can I do this?

Thank you!

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #148233

Hi Max,

you have to use Custom CSS to override colors #hex code:

BACKGROUD COLOR, here is default style

.mod-spmedical-services .spmedical-department-wrap:hover {
  background: #fff;
  border-color: #dddae1; }

but icons are just images, so you have to use different image icons ( 64x64 px ) to change their colors, or using Custom CSS with CSS3 filters for that class

.spmedical-department-img-wrap img { .... }

0