Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1317364

    Hi,

    I’m trying to resize the font of the blog post titles and the letter spacing. It’s at the bottom of the page under “LFA Happenings”

    I want it to be
    letter-spacing: 0px;
    font-size: .7em;

    But I can’t figure out the CSS class. Also I dont want it messing up my blog on the blog page.

    #1317547

    Hey MikeTandySwag,

    Please add a custom class to the column in question, in the Advanced tab in the element options. Then add this to to Quick CSS:

    .your-custom-class .post-title a {
      letter-spacing: 0px;
      font-size: .7em;
    }

    Replace your-custom-class in the code above, with your own class name.

    Best regards,
    Rikard

    #1317662

    Thanks!

    #1317811

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.