By Steffen Rabe on Wednesday, 16 November 2022
Posted in General Issues
Likes 0
Views 501
Votes 0
First of all: I really LOVE EB - it's a really great piece of software and I am glad to use it nearly every single day.... on impf-info.de/blog.

Only thing that annoys me is CSS - I use Joomla for quiete a long time (since the 1.x-days, long forgotten) and manipulated CSS ever since by using p.e. web developer and a custom.css or user.css.

Adapting CSS in EB for me ist absolutely counterintuitive - I look up something (for example the blog description) and find .eb-brand-bio . And now? How to change it in EB's custom.css? It is so much more complicated than adapting CSS in Joomla... .

Is there any tutorial for IT-no-pros like me?

(Or in this case at least a hint for changing the blog description in custom.css )?

THANK You so much for Your efforts,
best,

Steffen
Thank you very much for enjoying using our Easyblog product on your site.

I assume that you already know how to inspect elements through your browser development console tools, which is why you can able to know which class name wrapped the blog header description.

Basically, you can draft the CSS like this if you would like to change the styling in these specific elements:


/* Find this class name the most parent wrapper class name */
body #eb .eb-brand-bio {
color: red;
}


You can put this CSS from your site backend > Easyblog > themes > custom CSS, ensure that you have clear your browser cache before you check the latest changes what CSS you update on the site.
·
Wednesday, 16 November 2022 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Alex,

thank You so much for Your immediate help - worked like a charme.

Best,

Steffen
·
Wednesday, 16 November 2022 16:24
·
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 confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 16 November 2022 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post