How to customize footer credits
-
I’m currently using Carmack theme, how do i add info to the footer credits?
The blog I need help with is: (visible only to logged in users)
-
Hi,
The current WordPress.com footer credits on your site can be edited in your WordPress.com site’s admin → Design → Customize → Site Identity (if your site is on Business Plan).
Read more about footer credits options here:
https://wordpress.com/support/footer-credits/You could do this: remove the footer credits, and add the footer widget ( in Customize → Widgets → Footer widgets ), for example, the “Text” or “Custom HTML” widget and add info to footer (not to the credits, though).
Another solution would be to add info text to credits using custom CSS code (in in Customize → Additional CSS ):
#footer .footer-wrap .sep:after { content: "My credit info"; display: inline-block; } #footer .footer-wrap .sep { opacity: 1; }Of course, change the “My credit info” to your text, and please remember to include the quotes, too.
I hope this will help you.
Have a great day.
-
Hi folks, this thread had a modlook tag but it seems to be resolved. Thank you for your help, @alensirola69 , and let us know if you need more help, @huggoogle.
- The topic ‘How to customize footer credits’ is closed to new replies.