• Hello,
    Great theme. I would like to modify the appearance of the “Presentation Page Column” headers. Specifically, I would like to change the font-family, add some spacing above, and center the post titles.

    Where in the CSS, or elsewhere, could I make these changes? I think it’s in the Presentation Page CSS but I don’t see that within the Theme Editor interface.

    Thanks for your help!

    For reference, my site is: http://wears.me

Viewing 2 replies - 1 through 2 (of 2 total)
  • raffapez

    (@raffapez)

    I’ve the same problem than you. I would like to reduce the padding of this rule

    #front-text1, #front-text2 {
    display: block;
    float: none;
    padding: 0px 100px 30px;

    but I cant find it

    Thanks for help

    Try going to:

    Appearance/Tempera Settings/Miscellaneous Settings

    In the Custom CSS box add this with your desired settings:

    #front-text1, #front-text2 {
    padding: 0px 100px 30px;
    }

    Save changes and go!

    Hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying the Presentation Page Columns style’ is closed to new replies.