• jcheski

    (@jcheski)


    I really like this theme…except for the minuscule font! Is there a way to make it bigger and actually readable? I mean, that is the point of a blog, right? Please help.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Fotis

    (@markwaregr)

    Hi there,
    you can try this

    body,.entry-content p{
     font-size:16px;   
    }

    in your custom CSS box under Appearance | Customize |?Additional CSS.

    Let me know if this helps

    Thread Starter jcheski

    (@jcheski)

    Thank you. Unfortunately, that did not change it.

    Fotis

    (@markwaregr)

    Hi there,
    Please replace

    				/*
    header .navigation li a,
    header .navigation li ul a {
        font-size: 15px;
    }You can add your own CSS here.body,.entry-content p{
     font-size:24px;   
    }
    
    Click the help icon above to learn more.
    */	

    in your custom css box with this

    header .navigation li a,
    header .navigation li ul a {
        font-size: 15px;
    }
    body,.entry-content p{
     font-size:16px;   
    }

    to avoid syntax errors that prevent the css to render correctly.
    Let me know if you need additional changes.

    Thread Starter jcheski

    (@jcheski)

    Thank you so much! Could you please direct me on how to now get my menu just going straight across on one line, and not in two?

    Fotis

    (@markwaregr)

    Hi there,
    Glad I could help!

    Add this

    @media(min-width:991px) {
        .site-bar .nav {
            width: 80%;
        }
        .navigation > li > a {
            margin-right: 25px;
        }
        .site-tools {
            width: 20%;
        }
    }

    in your custom CSS box under Appearance | Customize |?Additional css also.

    I’d like to ask you, if you like the theme and could take a minute to review it here it would
    help us a lot!

    Thread Starter jcheski

    (@jcheski)

    Thank you again for your help! I left a 5 star review. Happy to help!

    Fotis

    (@markwaregr)

    Thank you so much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘For the Love of God…Is There a Way to Make the Font Bigger???’ is closed to new replies.