• myredtypwriter

    (@myredtypwriter)


    The text throughout my blog is way too small to read. I’ve tried searching through the CSS coding to change the text size in ‘content’ section but I am not sure what I’m looking for… exactly, I’ve tried changing text sizes with no luck.

    I’ve changed it in the past, and cannot figure out how I did this. (Luck?)

    Thank you,

    http://www.myredtypewriter.com/

Viewing 1 replies (of 1 total)
  • Directly editing parent theme’s file is strongly not recommended.

    Make a child theme
    http://codex.wordpress.org/Child_Themes

    Once you have a child theme setup, installed, and activated properly, put this in your child theme’s style.css ( pick one).

    Target text in main content area only.

    #primary { font-size: 17px; font-size:1.7rem; }

    Target text in main content and sidebar

    #secondary { font-size: 17px; font-size:1.7rem; }

    To increase font size of all

    body,
    button,
    input,
    select,
    textarea { font-size: 17px; font-size:1.7rem; }

Viewing 1 replies (of 1 total)
  • The topic ‘Text too small’ is closed to new replies.