Site logo

[Resolved] Thirsty Affiliate Caption Question

Home Forums Support [Resolved] Thirsty Affiliate Caption Question

Home Forums Support Thirsty Affiliate Caption Question

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2590883
    Wayne

    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.

    #2591073
    Ying
    Staff
    Customer Support

    Hi Wayne,

    Can you link us to this page?

    #2591309
    Wayne
    #2591346
    Leo
    Staff
    Customer Support

    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

    #2591374
    Wayne

    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.

    #2591381
    Ying
    Staff
    Customer Support

    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.

    #2591453
    Wayne

    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!

    #2592504
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.