By Michel777 on Friday, 27 July 2018
Posted in General
Likes 0
Views 624
Votes 0
Hi Irwin,

just an additional question regarding my very last ticket: How to disable ALL the borders really across the whole EasyBlog installation.

There is still border on the category ... See attached screenshot.

Thanks in advance,

Michel
Hi Michel,

Unfortunately, it is impossible for one CSS command to disable all the borders of images as each of them has different class name.

Regarding the screenshot you show me, I had add the following code to remove the border of the images:


body #eb .eb-post-thumb .eb-post-image-cover{
border:0;
}


As a gentle reminder, please clear your browser cache before you refresh your website.

Can you have a check whether is it working?

Please don't hesitate to let me know if you found out and want to get rid of the other borders of the images at other location.
·
Friday, 27 July 2018 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Irwin,

perfect ! Thank you !

BTW: Is there any documentation for css ?

Warm regards,

Michel
·
Friday, 27 July 2018 15:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Michel,

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

I am sorry to tell that we currently don't have any documentation for CSS. I can suggest you to learn basic CSS from W3schools.

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 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post