By T.W. van Urk on Thursday, 25 May 2017
Posted in Technical Issues
Replies 7
Likes 0
Views 481
Votes 0
Hi,

Once, for EB 5.0 you gave me a solution for hiding caption text beneath an image thumbnail in my blog text. The caption was only shown in the popup image. I was a great solution by adding one line in my custom.css:

div#fd.eb .ebd-block .eb-image-caption>span {
display: none !important;
}

See this link for this old question.

However, since EB 5.1. this solution does not work anymore. Maybe I have to change my custom.css code!? Can you help?

Kind regards, T.W. van Urk
Hello,

There is a slight change in EasyBlog 5.1 to reduce the size of the css file. This has been documented at https://stackideas.com/docs/easyblog/administrators/upgrades/updating-css-override

But here's the code that you should be using,

[gist]
#eb .ebd-block .eb-image-caption > span {
display: none !important;
}
[/gist]
·
Thursday, 25 May 2017 23:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank for your quick reply. It works ok !!

I have not seen your update documentation before. I wil read it

Kind regards, T.W. van Urk
·
Thursday, 25 May 2017 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Ouch We have published the documentation for over a year already Anyway, thanks for updating and glad that your issues are resolved now.
·
Thursday, 25 May 2017 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Ouch We have published the documentation for over a year already
Sorry, mea culpa
·
Thursday, 25 May 2017 23:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Haha, no worries! Have a good day sir! Let us know if you still need any help
·
Thursday, 25 May 2017 23:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post