Optimizepress CSS font size

11 replies
  • WEB DESIGN
  • |
Hi,

I want to have my blog have a bigger default font size than 12 px. (for example: 14)

Any idea what to add exactly in the css text area of Optimizepress?

Thanks in advance.
#css #font #optimizepress #size
  • Profile picture of the author simondach
    Hey mate,

    It needs to go under the General Settings.

    Try using:

    p{
    font-size: 14px;
    }

    From memory, it may be affected by the template you choose otherwise.
    {{ DiscussionBoard.errors[4904868].message }}
  • Profile picture of the author CSS Architect
    Look for the CSS file and open it with a text editor such as notepad.
    (unless you can edit it from the control panel)

    Then look for where it says "body"
    (the body tag, it will change the default text size.)

    It should look something like this:
    Code:
    body {
    font-size: 12px;
    }
    Just change the font size to the size you want.

    If you cannot find it or there more then one css file, send me the link and I'll take a look at it for you.


    Edit: What simondach said would work too.
    {{ DiscussionBoard.errors[4904883].message }}
  • Profile picture of the author simondach
    Bump.

    Should be able to make the changes in the general settings of the OptimizePress tab in your Dashboard.
    {{ DiscussionBoard.errors[4905239].message }}
  • Profile picture of the author perneali45
    Hi,

    Thanks for the help so far.

    I have tried all the suggestions and nothing seems to work. Do the solutions mentioned above work on your own blogs? Perhaps there's an overlooked detail somewhere?

    Thanks again...
    {{ DiscussionBoard.errors[4920794].message }}
  • Profile picture of the author CSS Architect
    If you really want this problem correct, the easiest way is to link your page so we can take a look to see what exactly we are dealing with.
    {{ DiscussionBoard.errors[4921041].message }}
  • Profile picture of the author perneali45
    Hi...

    My blog is lose-weight-blog.org

    I use the "Sales Style 1 (Sales Letter Standard)" template in Optimizepress.

    Thanks...
    {{ DiscussionBoard.errors[4939174].message }}
  • Profile picture of the author Patrick
    in the following file..

    wp-content/themes/OptimizePress/typography.css

    Line 104..#launchinnermain p

    change font-size.
    {{ DiscussionBoard.errors[4939648].message }}
    • Profile picture of the author perneali45
      Originally Posted by schwarzes View Post

      in the following file..

      wp-content/themes/OptimizePress/typography.css

      Line 104..#launchinnermain p

      change font-size.
      Awesome - thanks!
      {{ DiscussionBoard.errors[4940513].message }}
    • Profile picture of the author James Hussey
      Originally Posted by schwarzes View Post

      in the following file..

      wp-content/themes/OptimizePress/typography.css

      Line 104..#launchinnermain p

      change font-size.
      BOO-YA! Totally hit the nail on the head. Thanks, just what I was looking for!
      Signature
      My Internet Marketing
      Failure > Success Story

      Author of Duct Tape SEO, CJ Tactics and the new Tidal Wave Traffic.
      SEO strategist and analyst for hire.
      {{ DiscussionBoard.errors[5552281].message }}
  • Profile picture of the author mhdeaton
    what about editing bullet list size?
    {{ DiscussionBoard.errors[7732833].message }}
    • Profile picture of the author di502
      to edit bullets go typography.css line 331
      {{ DiscussionBoard.errors[8414629].message }}

Trending Topics