• Resolved vicatoru

    (@vicatoru)


    Hey,

    Could you please help me with the custom CSS to increase font size on Chosen?

    The custom CSS we used on the WordPress “2015” theme no longer works. These are the actual strings we used:

    .entry-title {
    font-size: 6.0rem;
    }

    .entry-content {
    font-size: 2.0rem;
    }

    .entry-title {
    margin: 0 0 10px;
    }

    We are running Chosen Pro on https://verb.company

    Thank you,

    V

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this CSS instead:

    .singular .post-title {
    	font-size: 6rem;
    	margin: 0 0 10px;
    }
    
    .post-content {
    	font-size: 2rem;
    }
    Thread Starter vicatoru

    (@vicatoru)

    Yep, that worked perfectly – after adjusting the figure to 4rem and 1.5rem for title and content respectively. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase font size throughout site’ is closed to new replies.