Changing the cufon font size in optimize press

2 replies
Been Googling for a while trying to figure it out, has anyone had any success with making the cufon fonts bigger in optimize press?

Code Example:
[headline_cufon_font_centered color="#990000"]Text Here[/headline_cufon_font_centered]

I've tried many variations in the custom css, tried making adjustments to the inline code too but this one seems to be getting past me.
#changing #cufon #font #optimize #press #size
  • Profile picture of the author alistair
    You can put this in your custom css: .headline1-large {font-size:2.25em;} and change the font-size to what you want for example. This will change that style throughout the site though so if you just want to change it just on one page or whatever you'll have to edit it to do just that.

    Also make sure you are changing the correct style else you won't see any difference.

    I'm not an expert by any means but hopefully this helps.
    {{ DiscussionBoard.errors[8228966].message }}
    • Profile picture of the author Beatinest
      Originally Posted by alistair View Post

      You can put this in your custom css: .headline1-large {font-size:2.25em;} and change the font-size to what you want for example. This will change that style throughout the site though so if you just want to change it just on one page or whatever you'll have to edit it to do just that.

      Also make sure you are changing the correct style else you won't see any difference.

      I'm not an expert by any means but hopefully this helps.
      You are awesome! It worked, thank you!!!
      Signature
      {{ DiscussionBoard.errors[8228987].message }}

Trending Topics