Africa-focused technology, digital and innovation ecosystem insight and commentary.
…
continue reading
Content provided by Kyle Souza. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Kyle Souza or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!
Go offline with the Player FM app!
Setting The Background Color Of A Image Block In WordPress
MP3•Episode home
Manage episode 277876811 series 2107126
Content provided by Kyle Souza. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Kyle Souza or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Now that we're dealing with blocks if you want to put a background color on an image you have to go to your advanced, additional CSS classes section and reference a class that you have to create either in your theme files or in your special "additional CSS" area under the customizer.
I needed the background of an image to be black (and the caption text to be white) so I did:
.imgblack {
color: white;
background-color: black;
}
And then referenced that class name in the settings for that particular block.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
…
continue reading
I needed the background of an image to be black (and the caption text to be white) so I did:
.imgblack {
color: white;
background-color: black;
}
And then referenced that class name in the settings for that particular block.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
148 episodes
MP3•Episode home
Manage episode 277876811 series 2107126
Content provided by Kyle Souza. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Kyle Souza or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Now that we're dealing with blocks if you want to put a background color on an image you have to go to your advanced, additional CSS classes section and reference a class that you have to create either in your theme files or in your special "additional CSS" area under the customizer.
I needed the background of an image to be black (and the caption text to be white) so I did:
.imgblack {
color: white;
background-color: black;
}
And then referenced that class name in the settings for that particular block.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
…
continue reading
I needed the background of an image to be black (and the caption text to be white) so I did:
.imgblack {
color: white;
background-color: black;
}
And then referenced that class name in the settings for that particular block.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
148 episodes
All episodes
×Welcome to Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.