Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1314546

    I have a block of five images on our homepage with text caption overlay. I updated two of the images. After I updated the images, the text color I had originally specified in the styling section of the image caption settings was ignored and the text color changed to red. What custom CSS should I use to enforce the text color I chose?

    Thank you.

    #1314841

    Hey esotEric,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1314922
    This reply has been marked as private.
    #1315140

    Hi,
    Thank you for the link to your site, this seems to be a caching issue because when I click the Hummingbird ▸ See this page unminified in the admin toolbar the captions return to white. I tried clearing your cache but it didn’t solve so I added this css in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home .av-image-caption-overlay-center p {
    	color: #fff;
    	font-size: 24px;
    }

    and it did solve, it should not cause any problems in the future unless you want to change the color but I expect that you can remove it after a few more cache flushes, try checking in a week.

    Best regards,
    Mike

    #1315912

    Looks great, Mike. Thank you for your help.

    #1316045

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image Caption Overlay Text Color Changed with Update’ is closed to new replies.