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

    Hallo there,
    is there an easy solution to NOT have the captions on the images in the blog.
    I have an “okay” css solution, but not really really nice in between different width of screens when the subtitle breaks into two lines.
    Do you have a better solution? Thanks!
    At least this would be a superbe option when it could be chosen NOT to be on the images!

    #1203487

    Hey NorthcoastProject,

    Sorry for the late reply. I’m not sure which captions you are referring to, could you try to explain a bit further or post a screenshot of the element please?

    Best regards,
    Rikard

    #1203489

    Hallo Rikard.
    The captions for the images in the single blog posts.
    Sorry for sending the wrong url!
    Best regards, Ka

    #1204250

    Hi,

    Thanks for the update and clarification. Please try this in Quick CSS in order to hide the caption on single blog posts:

    .single-post .av-image-caption-overlay {
      display: none;
    }

    Best regards,
    Rikard

    #1204330

    I want the caption to be there!
    But not ON the images. I want them as subtitles under the images. I wrote some CSS, but it is not really nice. I thought perhaps you have a better way to make them display UNDER the images…?

    #1204805

    Hi,

    Thanks for the clarification. The only problem I could see was between a few pixels width around 850 pixels. I think it’s very unlikely that your site visitors will ever see that, since they won’t be resizing the browser window. Especially not on tablet widths.

    Best regards,
    Rikard

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