• I’ve been trying for a while now to get just the size of body text within posts and pages (paragraph format) a bit bigger.

    Editing the font size within ‘html{ ‘ and ‘body{ ‘ changes all the text on the site and I can’t seem to find the proper post class. Any help would be really appreciated!

    Site: https://test.arvinda.me

    [username and password deleted]

Viewing 1 replies (of 1 total)
  • When I visit your link, I’m redirected to -https://sharegoodness.org/

    Just looking at the theme quickly and I can see this:

    /* Posts
    -------------------------------------------------------------- */
    .page-template-front .hentry, .archive .hentry, .search .hentry {
    	float: left;
    	width: 100%;
    	margin: 0 0 10px 0;	/* 20 / 510 = 0.0392156862745098 */
    	font-size: 1em;
    	position: relative;
    }

    Have you tried changing the font size there?

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme Oxygen]: Font size within posts’ is closed to new replies.