Archived topic
Thirsty Affiliate Caption Question
7 replies · Started by Wayne on March 31, 2023
Hey GP team,
I have a quick css question that I hope you can help me with if you can.
I am simply trying to increase the font size of the thirsty affiliate image captions. I have tried many different CSS selectors and tricks but I can't seem to get it to execute a change. Am I overlooking something. As an example, in the image below, I have circled in red a caption that I would like to increase the font size on. Below that I have included what the coding looks like to hopefully speed up your workflow.


Hi Wayne,
Can you link us to this page?
The font-size is currently set by this CSS you've added in Additional CSS field in the customizer:
.wp-block-image figcaption {
font-size: 17px;
text-align: center;
}
If you need further help with this, please clear and disable your caching plugin first:
https://www.screencast.com/t/NouHULpj10ha
I tried adding that code, but it didn’t execute. The font is still set at 13px. I was hoping you guys could point me in a better direction.
The current font size is 17px, you have several CSS that are trying to modify the font-size, please refer to the screenshot below:
https://www.screencast.com/t/8sjcNjJt8
But as your cache plugin is on, I can't tell where the CSS coming from.
If you are trying to set the font size to 17px, it is already.
Hey guys, thank you so much for helping. It was a caching plugin issue. I've worked it out and can see that my code executed properly. I was having a hard time understanding why it wasn't. I cleared the cache, but it took a while for it to preload. Thanks again. You guys are great as usual!
You are welcome :)