This topic has 5 replies, 2 voices, and was last updated 12 years, 9 months ago by Fem.
Viewing 6 posts - 1 through 6 (of 6 total)
Hello,
I recently upgraded the theme and now see the buttons do not have the nice large bold font they once did. I did add the strong tag to the button text, but it is still not as it was before. How can I have the same type of bold font that was available previously? Thank you in advance.
Hello,
Thank you for the response. This did not work unfortunately. Any other way to enable the large fonts?
Thanks again.
Hello,
You are right. It does make a change, but it is not like it was previously. I did just re-enable and disable to look closely at the effect. It does get a bit bolder, but unfortunately it is still unlike what it had been.
Is there anyway to get that look back or possibly make these fonts even bolder? I tried to raise the number from 700, but it didn’t make much of a difference, if any.
You can view what it looks like here: http://datapendant.com
Thank you.
Figured it out. In css/shortcodes.css file find the below code and replace the sizes
Find Code
.btn.small span,
.border.small span { font-size: 12px; line-height: 14px; padding: 0.5em 1.3em; text-transform:uppercase; }
.btn.medium span,
.border.medium span { font-size: 14px; line-height: 18px; padding: 0.5em 1.3em; text-transform:uppercase; }
.btn.large span,
.border.large span { font-size: 16px; line-height: 24px; padding: 0.5em 1.3em; text-transform:uppercase; }
Replace Code
.btn.small span,
.border.small span { font-size: 80%; line-height: 14px; padding: 0.5em 1.3em; text-transform:uppercase; }
.btn.medium span,
.border.medium span { font-size: 100%; line-height: 18px; padding: 0.5em 1.3em; text-transform:uppercase; }
.btn.large span,
.border.large span { font-size: 140%; line-height: 24px; padding: 0.5em 1.3em; text-transform:uppercase; }
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.