Template Hope - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Template Hope

B

BamBam

General 9 months ago

Unfortunately I can't set the font color in some modules. I tried to change the settings in custom.css and Preset1.css, but unfortunately the font color of the buttons or in the navigation also changes. I can't set this individually. Is there a solution? Thank you

0
11 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182358

Hi

I have created a screencast video for you. Please check on the hidden content below.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184489

Thanks for accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #181640

Hi

Thanks for contacting us and sorry for your issue. Could you please check your credentials? I cant access your site.

-Regards.

0
B
BamBam
Accepted Answer
9 months ago #181642
See Hidden Content
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #181664

Hi

Use this CSS in your custom.css file

#sppb-addon-855eea3d-aac2-4c15-9f17-c6505c685c3b #btn-855eea3d-aac2-4c15-9f17-c6505c685c3b.sppb-btn-custom {
    background-color: rgb(61 145 152 / 50%) !important;
}
#sppb-addon-1735034524178 .sppb-carousel-extended-team-name, #sppb-addon-1735034524178 sppb-carousel-extended-team-name a{
    color: red !important;
}
0
B
BamBam
Accepted Answer
9 months ago #181981

Unfortunately it doesn't work (s. hidden content)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182090

Hi

I have fixed your issue. Please check now. I am using this CSS in your custom.css file

#sppb-addon-855eea3d-aac2-4c15-9f17-c6505c685c3b #btn-855eea3d-aac2-4c15-9f17-c6505c685c3b.sppb-btn-custom {
    background-color: rgb(7 32 34 / 50%) !important;
}
.sppb-carousel-extended-team-name a{
    color: red !important;
}
#sppb-addon-1735034524178 .sppb-carousel-extended-team-designation{
    color: green !important;
}

You can set the color by yourself which you want.

0
B
BamBam
Accepted Answer
9 months ago #182266

Hello, unfortunately that didn't work. I copied it into the custom.css, but unfortunately nothing happens.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182339

Didn't you talking about this portion? It seems working. Please clear your browser cache and check your site.

0
B
BamBam
Accepted Answer
9 months ago #182355

yes, this carousel. In your css the colors red and green are entered. I changed them to black and black. But the colors remain red and green. Unfortunately that is my problem :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #182359

Do you want it black right? I have set it to black. Please check.

By the way please follow these screenshots below:

Go to administrator --> https://prnt.sc/gGOpRakFPMc6 --> https://prnt.sc/zmez5JGh7csP --> Paste your CSS here https://prnt.sc/-OuWlBVpR2Pi

0