By Daniel Regli on Thursday, 09 June 2016
Posted in General Issues
Replies 3
Likes 0
Views 273
Votes 0
Hi,

How can I change the bold titel of a blog and the name of the author to a normal title?

Thanks for your help!

Tabea
Hi Daniel Regli,

Can you try to add the css code below into your custom css file and see how it goes?
div#fd.eb div.mod-cell strong a.eb-mod-media-title {
font-weight: normal;
}

div#fd.eb div.eb-mod-title a.eb-mod-media-title {
font-weight: normal;
}
·
Thursday, 09 June 2016 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thanks a lot.

So another question... If I click on the title it shows the whole blog and I would like to have this layout (pic) as standard.
How can I set that?

I hope you understand what I mean.
·
Thursday, 09 June 2016 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Daniel Regli,

I'm bit lost here, what do you mean by standard layout? Is it will display only EasyBlog page without all those modules?
·
Thursday, 09 June 2016 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post