• Resolved clack

    (@clack)


    Hello, very nice plugin, but can’t find the customizer for font and size of the post title.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hello,
    you can customize the font via CSS.

    I just visited your site and I guess you want that the widget of Posts in Sidebar looks like the others. If so, you can copy the following styles and paste them in the widget section “Styles” > “Custom styles”:

    li.pis-li {
      margin-bottom: 20px;
    }
    
    p.pis-title {
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      font-size: 1em;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 1.2em;
      margin-bottom: 0.5em;
    }

    Save the widget and let me know, please.

    Thread Starter clack

    (@clack)

    Hello Aldo,
    the CSS code you supplied is working perfectly.
    Thank you so much.

    Plugin Author Aldo Latino

    (@aldolat)

    You’re very welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Text for post title’ is closed to new replies.