By Vincent Robert on Tuesday, 23 May 2017
Posted in General
Likes 0
Views 188
Votes 0
When do "bloggers" show up under the SEO panel? I have some bloggers that are registered but they are not showing up in this area?
It seems like that is bug, I will log this into our issue tracker.
·
Tuesday, 23 May 2017 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. I have a one-off question, how can I make EasyBlog modules I publish to match my templates font? See example
·
Tuesday, 23 May 2017 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
The font is inheriting from your Joomla template, http://take.ms/pA9FVp . You could try to enforce it,

[gist]
.eb-mod-media-title {
font-family: 'gooddogregular' !important;
font-size: 24px !important;
}
[/gist]
·
Tuesday, 23 May 2017 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, the enforce works. But the header title has not changed. Do i need to make a separate enforce for the header?
·
Tuesday, 23 May 2017 21:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, you can try this:

[gist]
.module-title h2 {
font-family: 'gooddogregular' !important;
font-size: 24px !important;
}
[/gist]
·
Tuesday, 23 May 2017 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Mod Title h2 works well. Thanks!!
·
Tuesday, 23 May 2017 22:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 23 May 2017 22:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post