• Resolved lochanrajeev2014

    (@lochanrajeev2014)


    how to decrease indent and font weight of post titles(on homepage and thruout the whole website),they are too bigger

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author acosmin

    (@acosmin)

    With CSS:
    .post-template-1 .title, .single-template-1 .title { font-size: 45px }

    Where 45 is the font size.

    Thread Starter lochanrajeev2014

    (@lochanrajeev2014)

    thanks ..how can i decrease font size and indent of the widgets title & excerpts ,used thruout specially on front page(used in magazine layout)

    Theme Author acosmin

    (@acosmin)

    .st-small {
    	font-size: 18px;
    }
    .st-small-2nd {
    	font-size: 22px;
    }
    .st-medium {
    	font-size: 26px;
    }
    .st-large {
    	font-size: 40px;
    }

    I wouldn’t change st-large ?? the Slider might look weird…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to decrease indent of post titles’ is closed to new replies.