By Daniel Hüske on Saturday, 12 January 2019
Posted in General Issues
Likes 0
Views 424
Votes 0
Hi there,

is it possible to have the caption on the post cover to be switched off on mobile devices? The caption shown on mobile devices appears in too big letters so the post cover behind is almost completely hidden. Or is there a way to reduce the font size of the caption on post covers shown on mobiles. The desktop version looks perfectly fine and for that reason I would like to keep the caption on desktop version.

Thanks

Daniel
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can try apply this following custom css into your site backend > Easyblog > Theme > custom css


body #eb.is-mobile .eb-post-thumb .eb-post-thumb-caption {
font-size: 9px !important;
}


Then remember do this following step :

1. Temporary disable all the cache system from backend

2. Temporary disable those compression tool which help you compress all the CSS stylesheet and Javascript on the site, it probably from one of the plugin or your current template.

3. Clear the cache from the backend and your mobile browser before you test.

4. If it did effected show the caption font size to smaller, so you can enable back those thing what you disabled just now.

if the issue still persists, can you update your site backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check?
·
Saturday, 12 January 2019 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot, it worked perfectly.
·
Sunday, 13 January 2019 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Monday, 14 January 2019 10:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post