How To Change Color Of The Footer Area In Gazette Template - Question | JoomShaper

How To Change Color Of The Footer Area In Gazette Template

CL

cee lippens

Template 1 month ago

HI, I want to change the full footer area to black ( image 2) --from the white it is now (image 1). I aslo want the text to be white with the black.

can't figure out how to do it, but i see its available in the "tech" version of the gazette template.. can you LMK how to make this change.. Tryied in the presets in helix already.

thansks gazette template joomla 5 https://usedcarnews.com/index.php/en/

Images-

https://imgur.com/a/BvV7CIr

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #217513

Hi

Please use this CSS in your custom.css file

#sp-bottom ul.menu li>a {
    color: #fff !important;
}

#sp-footer {
    color: #fff !important;
    background-color: #000 !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #217164

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

#sp-bottom {
    background-color: black !important;
}
#sp-bottom h3.sp-module-title {
    color: #fff !important;
        }

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #217358

Hi

Is this resolved now? If so, you can close this post by accepting the answer.

0
CL
cee lippens
Accepted Answer
1 month ago #217388

Almost, i want the bottom footer with the copyright to be black w white text and i need the text under news, popular and about to be white thanks for youe help

SS

https://imgur.com/a/c374Wk2

0
CL
cee lippens
Accepted Answer
1 month ago #217550

Perfect! thank you so much

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #217635

You are always welcome.

0