Before you ask please READ THIS

Increase font size

edited June 2013 in Skyfashion Posts: 35
How can I increase the font size for the main content areas, please? I need to increase:

-Menu options
-Body text
-Blog text

Thank you!

Comments

  • Posts: 493
    Hi aelliot,

    Add this code to your style.css file in skyfashion theme:
    #nav ul.sub-menu li a { font-size: 18px;}
    .post-text { font-size: 18px; }
    .page_text { font-size: 18px; }
    If this font size isn't good for you change value to your own.

    WIth regards
  • Posts: 35
    Thank you!
  • Posts: 35
    But that actually did not change the size at all. Anything else I can do?

    I am using a child theme of Skyfashion, if that makes a difference. But I added the new code to both the skyfashion style.css and the skyfashion-child style.css and nothing changed.
  • Posts: 35
    The text size is still the same. Please advise.

    Thanks.
  • Posts: 493
    Hi aelliot,

    Please add this code (the same code as above) to other file (at the bottom of file) common/css/skeleton/layout.css:
    #nav ul.sub-menu li a { font-size: 18px !important;}
    .post-text p:first-child { font-size: 18px !important; }
    .post-text p { font-size: 18px !important; }
    .page_text p:first-child { font-size: 18px !important; }
    .page_text p { font-size: 18px !important; }
    with regards
  • edited July 2013 Posts: 35
    It is still not working, unfortunately.

    Thanks for continuing to help.

    -aelliot
    Post edited by aelliot on
  • Posts: 493
    Hi aelliot,

    I checked your website and fonts has changed :) but you want to change fonts on main so for this after instructions i have sent you before please add this (file common/css/skeleton/layout.css):
    div#about_content p { font-size: 18px !important; }

    If you would like to change font size for links on blog (read more) additional code in the same file:
    a.read_more_button { font-size: 18px !important; }
    With regards.
  • Posts: 35
    Great it's working now! Thank you.
  • Posts: 3
    Hello
    how can I change the font size in the top menu
  • Posts: 493
    Hi SLIDE 24,

    it's described in this step on first line of code:

    http://www.support.apollo13.eu/discussion/comment/5710#Comment_5710

    With regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!