Footer copyright text color

Hello!

I would like to change the color of my footer’s copyright text from white to black, any advice on what to put in the CSS?

Thank you in advance!

Antti

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the CSS by going to Appearance > Customize > Additional CSS and pasting it there.


.footer .footer-credits {
    color: black;
}

.footer .footer-credits a {
    color: black;
}

Best Regards,
Support

Hi!

I meant the copyright text that I have entered myself, not the credits. I have removed the credits from the footer but I want to keep the copyright text and change its color to black and also center it since it seems to be aligned to the left.

Best regards
Antti

Hello there,

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hello,

yes of course, link to the page is www.merilattu.fi. The text in the footer is white at the moment so it’s not visible, but its there.

Antti

hey there

Please add this CSS in appearance - customize - additional CSS

#text-3 h2.widget-title,
#text-3 .textwidget p {
color: red;
}

Thanks!
Colorlib Support Team

Hello,

this seems to be affecting the text widget above the footer, not the actual footer. There is a footer on the site and the copyright text is aligned to the left but it’s not visible since it’s white. Can you also tell me how I can center the copyright on the footer as well as change the color?

Best,
Antti

hi Antti

Which one? i can’t see it, please add code enable your footer again and i will improve code

Hi,

the footer is enabled but the original credits (Colorlib and Wordpress) are disabled. I have attached a screenshot where I have highlighted the white text on the footer so you can see it. That is the text I want to change to black and also center and add some padding to the bottom.

Thank you for your kind efforts,
Antti

Hi, I would also like to know how to center the copyright text in the footer? (also clarifying that this is the copyright text i have entered in the customising section, not the original Colorlib credit which ive also disabled)

thanks

hi there

Well, it was not like this before, there was a widget like a footer
Please use this css:

.copyright-text {
color: #0c171d;
}

@samlutostanski please don’t post in others ticket when you already have same question

Hi!

Thanks, that worked for the color! Could you also tell me how to center it? I tried this but it didn’t work properly:

}
.copyright-text {
text-align: center;
}

Best,
Antti

HI

yes i can :slight_smile:

use this css:

#colophon .site-info {
width: 100%;
}

Hi,

yesssss thank you so much! Everything works as it should now! :slight_smile:

Antti

Antti thank you too and if you like what we did in this ticket please share your thoughts on our product:

please rate us: [Shapely] Reviews | WordPress.org