Anonymous User 16453565
(@anonymized-16453565)
Hey, @zeleronx
To do that, go to Appearance → Customize → Additional CSS and enter the following code:
body.custom-background .wrapper {
background: #000; /* add your desired color */
}
Let me know if that does it.
Thank you.
Hey @snehalb890,
That worked! Thanks so much. Final questions if you don’t mind.
1. How would I change the font color of the post author’s username and date?
2. Is there any way to add your own social media links to the header/footer?
-
This reply was modified 7 years, 3 months ago by
zeleronx.
Anonymous User 16453565
(@anonymized-16453565)
Hey, @zeleronx
1. To change the font color of the post author’s username and date add below css code.
.meta, .meta a {
color: #000;
}
2. To add social media links to footer install and activate the Menu Image Plugin.
And here is the Documentations of the plugin that how to perform the steps to add social icons. You just need to select the footer Menu from menu settings.
Hope you get this.
Thanx.
Thank you @snehalb890! You’ve been very helpful.