By Michel777 on Wednesday, 25 July 2018
Posted in General
Likes 0
Views 360
Votes 0
Hi,

how / where can I style the images n the latest post lists ? I want the images without border... See attached screenshot.

Thnaks,

Michel
Hi Michel,

Unfortunately, it is impossible to do it in the current setting in Backend.

But you can try to apply my following CSS into your site backend > Easyblog > theme > custom CSS and see how it goes.


body #eb.mod_easybloglatestblogs .eb-mod-thumb .eb-mod-image {
border: 0 !important;
}


As a gentle reminder, please save your setting and clear your cache before you refresh your website.
·
Wednesday, 25 July 2018 18:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin,,

thanks for suggestion ! Unfortunatelly I didn't understand, what you ment with "Easyblog > theme > custom CSS , but putting the proposad piece of code in .../templates/yootheme/css/custom.css seems to be working.

I kindly ask you confirm the place of change.

Further I recognized, that the module random posts has border as well. I don't like any border... I there a change remove the border overall / generally ?

Thanks a lot in advance,

Michel
·
Friday, 27 July 2018 05:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Michel,

EasyBlog Custom CSS is a style customization for your specific part you want to customize. The reason you can't see the changes, i believe is because the system still cached the old CSS.

You mentioned that putting the proposad piece of code in .../templates/yootheme/css/custom.css is also another way to do that.

I had add the following CSS code at Easyblog > theme > custom CSS and it seems working:

[gist type="php"]
body #eb .eb-mod-thumb .eb-mod-image{
border:0;
}

[/gist]

Can you have a check whether is it working?

Thank you.
·
Friday, 27 July 2018 11:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin,

thanks for your extremely fast response and putting changes on the right place. My change was working, as well.
Your change work for other elements as well, thanks a lot for your work !

BTW: I understand now what is the meaning of "Easyblog > theme > custom CSS " - this is the back and UI. I thought it is a directory path...

Thanks again, especially for the extremely fast response !!!!

Warm regards,

Michel
·
Friday, 27 July 2018 13:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michel,

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

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Thank you.
·
Friday, 27 July 2018 13:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post