By Владимир Деревянко on Sunday, 06 December 2015
Posted in Technical Issues
Likes 0
Views 403
Votes 0
Hello!
I really like the concept of the article's cover, but there is a problem, it can be seen in the attached screenshot.
is it possible to change the cover image format to a transparent PNG?
I'm sorry, I'm probably not clearly formulated the problem
I have resolved my issue!
I realized that I just need to set alpha to 0

//* hide the post cover background color */
div#fd.eb .eb-post-thumb .eb-post-image {
background: rgba(0, 0, 0, 0);
}

/* hide the pop-up background color */
div#fd.eb .eb-image-viewport {
background: rgba(0, 0, 0, 0);
}
}
·
Sunday, 06 December 2015 12:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

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

Can you take a look of my attached screenshot below, are you referring this?

If yes, you can configure from backend > Easyblog > settings > layout > post cover > Crop Post Cover - YES
·
Sunday, 06 December 2015 09:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it works!
But is it possible to do that without cropping?
·
Sunday, 06 December 2015 09:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you give it a check now?

Because I have applied some css in
JoomlaFolder/templates/yoo_nite/css/custom.css

a.eb-post-image-cover {
background-size: 100% 100% !important;
}


Are you referring this?
·
Sunday, 06 December 2015 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
It okay, glad to heard your issue resolved
·
Sunday, 06 December 2015 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Please edit my last post, there is an extra bracket in the end
·
Sunday, 06 December 2015 12:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks heading up on this, I will correct that post for the extra bracket at above.
·
Monday, 07 December 2015 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post