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!
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
Hallo Rikard.
The captions for the images in the single blog posts.
Sorry for sending the wrong url!
Best regards, Ka
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
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…?
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