Infinte Scroll Jetpack

How To Customize The Font Color Of Text In The WordPress Jetpack Plugin Infinite Scroll Footer (Theme Name, Credits)

How to change the color of text in Jetpack's Infinite Scroll footer. By default the Infinite Scroll footer displays text such as the WordPress website's credits, theme, and title in black. This can be changed in the WordPress Jetpack plugin editor's css file for the Infinite Scroll option but is much easier and more so suggested to do so using simple custom CSS.

Customizing Infinite Scroll Footer Text Color With CSS

The WordPress Jetpack plugin has a great Infinite Scroll feature that will load posts and articles on the home page, category pages, tag pages, and more, instead of showing the “next page” or whatever navigational link is provided.

WordPress Jetpack Infinte Scroll

By default the Infinite Scroll footer displays text such as the WordPress website’s title and credits (how to remove credits and theme name) in black, or whatever your theme is set to. The color of text in the Jetpack plugin’s Infinite Scroll footer can easily be changed using custom CSS. Also note, you can edit the Infinite Scroll footer’s CSS in the plugin editor.

How To Change The Font Color Of Text On The Infinite Scroll Footer

1. Access your WordPress dashboard and navigate to Appearance > Edit CSS, your custom.css file, or if you’re comfortable, your style.css file.

2. Copy and paste the CSS below into your custom.css file and save/update it.

#infinite-footer .container a { color: #FF00B4; }

3. To change the color of the text in the Infinite Scroll footer switch the hex numbers in the code above to your preferred color… unless you like pink.

Sean Doyle

Sean is a tech author and security researcher with more than 20 years of experience in cybersecurity, privacy, malware analysis, analytics, and online marketing. He focuses on clear reporting, deep technical investigation, and practical guidance that helps readers stay safe in a fast-moving digital landscape. His work continues to appear in respected publications, including articles written for Private Internet Access. Through Botcrawl and his ongoing cybersecurity coverage, Sean provides trusted insights on data breaches, malware threats, and online safety for individuals and businesses worldwide.

More Reading

Post navigation

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.