By Deb DiGregorio on Friday, 22 July 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 261
Votes 0
Hi Guys

We're trying to add image caption to an image, but the text format of the caption is the same of the body of the post and I can't find a way to update it. We'd like the caption copy to be smaller and maybe in italics. How can I accomplish it?

Thanks!
Denise
Can you check my attached screenshot below and see is it you referring that image caption?

If yes, you can apply following css into your current template css file.


div#fd.eb .eb-image-caption > span {
font-style: italic !important;
}
·
Friday, 22 July 2016 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi There!
That's it! Except that the client wants the font to be one size smaller and bold.
Now, I'm not a tech person, where (on which file/file-path) would I add that line of code above ?

Thanks!
Denise
·
Friday, 29 July 2016 03:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You can put above css code into your following file location : JoomlaFolder/templates/(YourCurrentTemplate)/html/com_easyblog/styles/custom.css (for those folder is not exist on your directory file, you have to manually create it)
·
Friday, 29 July 2016 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post