How to change the font size of the post titles ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • #12500
    ngos
    Participant

    hello and thanks for this great theme.

    I can’t find the way to change the font size of the post titles on the homepage.

    from : theme options > typography can I do it ?

    also an explanation of the terms uder :
    options > typography > Font Families and Font Sizes
    would be appreciated

    thanks again.

    #12503
    Alexander
    Participant

    Hi ngos,

    Try to add this to your css:

    .single .entry-title {
    font-size: 36px;
    }

    You can than try to change the font size.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #12523
    ngos
    Participant

    @Alexander

    Hi Alex and thanks for the reply. Unfortunately that didn’t work, the font size of the post titles on the HOMEPAGE stays the same.

    And in Pinboard style.css file has this note :

    ” DO NOT EDIT THIS STYLESHEET!
    Any modifications made to this file will be lost if you update the theme.
    Instead, go to Appearance > Theme Options > Layout and enter your custom CSS there or create a child theme.
    Any style attributes declared there will override the ones in this file and will not be lost during theme update. ”

    Is there an other way thru Theme Options?

    ngos

    #12535
    Alexander
    Participant

    The featured post headline on the homepage can be adjusted by:

    .entry-title {
    font-size: 36px;
    }

    The post headline font size parameter on the homepage depends on your chosen layout resp. how many columns one have chosen to display. This one should cover both:

    .twocol .entry-title, .threecol .entry-title {
    font-size: 36px;
    }

    Don’t edit the style.css manually. You can try to add them through the theme options where you can add your additional css definitions.

    Cheers,
    Alexander @ http.//www.mouseclick.com

    #12554
    ngos
    Participant

    @Alexander

    Ευχαριστώ Αλέξανδρε. Thru additional css works !

    Ngos

    #12569
    Alexander
    Participant

    Παρακαλώ.

    Cheers,
    Alexander @ http.//www.mouseclick.com

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.