By Geoff ashton on Thursday, 02 February 2017
Posted in General
Replies 5
Likes 0
Views 177
Votes 0
Hi.

I've just started using the button blocks from the composer.

For some reason the text shows up fine in the composer, but all blurred in preview.

I've uploaded screenshots to demo.

Any ideas?

Many thanks.

Geoff
Hello Geoff,

I believe it's most likely that your Joomla template is overriding the css for these buttons. Can you please provide us with the direct link to the page so that I can take a look at it?
·
Thursday, 02 February 2017 01:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure - it's currently in easyblog drafts. Here's a preview (you need to be signed in on the front end to view usually):

https://www.ashtutors.co.uk/newblog.html?view=entry&layout=preview&uid=63.424

Please don't publish it!

Many thanks.

Geoff
·
Thursday, 02 February 2017 01:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Geoff,

It looks like on your site, your template is enforcing a font called "Titan One" and this probably doesn't look as good as verdana since the composing area is based off Verdana. To fix this, I have added a css override below into /templates/ashtutors_home_responsive/css/style.css

[gist]
body .ebd-block[data-type=buttons] .btn {
font-family: Verdana;
}
[/gist]
·
Thursday, 02 February 2017 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks mark that's fixed it!
·
Thursday, 02 February 2017 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Glad that your issues are resolved now
·
Thursday, 02 February 2017 17:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post