By MX-5 Roadster Club NL on Monday, 31 March 2014
Posted in General
Likes 0
Views 1.3K
Votes 0
I use an Easyblog blog on my site http://www.mx-5roadsterclub.nl.

I would like to bring the title fonts in line with the standard fonts I use for my site.
That is both in the blog and category view (like http://www.mx-5roadsterclub.nl/blog) as in the separate blog post view (like http://www.mx-5roadsterclub.nl/blog/entry/mx-5-video-mazda-mx-5-vs-mazda-mx-5).

I am using the Caprica theme, which is equal to the default theme but for the color of the date squares.

Question:
What do I have to do to change the titles to
"font-family: georgia, palatino; font-size: 12pt; color: #cc0000;" ?
Hello MX-5 Roadster Club NL,

Try apply this CSS code in your Joomla template styling and see how it goes.

#ezblog-body .blog-title,
#ezblog-body .blog-title a
{
font-family: georgia, palatino !important;
font-size: 12pt !important;
color: #cc0000;
}
·
Tuesday, 01 April 2014 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello MX-5 Roadster Club NL,

It looks like your account isn't tied up with any subscriptions on our site. Is there any mistake on our end? Would it be possible for you to contact us at https://crm.stackideas.com and provide us with the order reference and your username so that we can fix this up for you?
·
Monday, 31 March 2014 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mr. MX,

I already inspected your site, and to font styling for blog title, just use this hack as below. Please put this CSS hack to your own Joomla template styling for future reference.
#ezblog-body .blog-title, 
#ezblog-body .blog-title a
{
font-family: georgia, palatino;
font-size: 12pt;
color: #cc0000;
}

Please let us know if you need further assistance. Thank you.
·
Monday, 31 March 2014 17:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your speedy reply!

I have added the code to the template.css file of the Caprica template that I use.
The font has now indeed changed to Georgia.
But the font-size and font color have not changed.

Could you have a look at what I need to change further?

Thanks,
Hans
·
Tuesday, 01 April 2014 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Great!!!
It now works perfectly!

Thank you,
Hans
·
Tuesday, 01 April 2014 02:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello MX-5,

You're welcome. Glad to hear your issues have been solved. If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Tuesday, 01 April 2014 11:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post