Very Big Color Problem After Update - Question | JoomShaper

Very Big Color Problem After Update

MN

Marek N

General 2 years ago

Very Big Color Problem After Update

I can not deal with it

I did an update how do I change the custom.css so that the colors are the same

update: https://www.kingmed.stronywww-lodz.pl/nb/

https://www.kingmed.stronywww-lodz.pl/pl/

https://www.kingmed.stronywww-lodz.pl/templates/edulif/css/custom.css

https://prnt.sc/ZzPvnEghx3-i

https://prnt.sc/mAbELD6_CC4q

before update https://www.kingmed.pl/pl/

https://www.kingmed.pl/nb/

a { color: #640217;} -- doesn't work

a { color: #640217 !important;} changes everything

https://prnt.sc/fRZyXD1usBdP

0
2 Answers
MN
Marek N
Accepted Answer
2 years ago #104356

Can I expect some help

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #104709

Hi

Thanks for contacting us. Use this custom CSS

.sppb-article-info-wrap>h3>a{
color:#640217 !important;
}
.sppb-readmore{
    color:#640217 !important;
}
.social-icon-facebook>a{
    color:#640217 !important;
}

.sppb-addon.sppb-addon-header.sppb-text-left>a>h5{
    color:#640217 !important;
}
.social-icon-facebook>a{
    color:#640217 !important;
}
.btn-primary, .sppb-btn-primary{
    background-color: #640217 !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0