Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78683
    Emi
    Member

    Hi,

    great theme ! Thx for your work !
    I’m looking for the line in the Style.css, to change the size of the text in the posts with the “Aside” format, I think it’s too small…
    I found this :

    .entry-header .entry-format {
    	color: #666;
    	font-size: 10px;
    	font-weight: 500;
    	letter-spacing: 0.1em;
    	line-height: 2.6em;
    	position: absolute;
    	text-transform: uppercase;
    	top: 0;
    	right: 5px;
    }

    When I change font-size:10px with 12px, nothing happens…
    Thx for your help…
    Emi

    #78705
    Sakin
    Keymaster

    @Emi: Please post in your site URL and explain. If you are trying to change font size in Aside post format entry content, then you need to change the font in the following csss and then add it in “Appearance => Theme Options => Custom CSS Options” box:
    .format-aside .entry-content { font-size: 15px; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font-size for the posts in "Aside" Format’ is closed to new replies.