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

    Hi,

    on this site the picture caption (title?) is set to 40 px. But it is ignored somehow. I did not find the setting which is overriding this….

    https://onlineunternehmerakademie.com/dieakademie/

    Could you please help?

    Thanks, Sophie

    #970968

    Hi Sophie,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-144 .av-image-caption-overlay-center p {
      font-size:40px !important;
    }

    Best regards,
    Rikard

    #970971

    That worked. Thanks!!!
    Sophie

    #971030

    Hi Sophie,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #971042

    I think I will come back to you later. The thing is, that the font size within this module was ignored on all pages. So I think there must be something wrong in other settings. However I inserted the code without the page id and it works for the moment. Only if I want to use different sizes on different pages I do not want to insert the code for every single page.

    Or do you have a quick solution for this?
    Thanks Sophie

    #971049

    Hey!

    You can try adding Code Block element to your page and inserting following inside it to apply custom CSS only for that page

    <style>
    .av-image-caption-overlay-center p {
      font-size:40px !important;
    }
    </style>

    Regards,
    Yigit

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