[Resolved] Reducing post title font size on the archive pages only

Home Forums Support [Resolved] Reducing post title font size on the archive pages only

Home Forums Support Reducing post title font size on the archive pages only

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

    How can I reduce the font size of the post title on the archive pages only? Also how to reduce the space bellow the title?

    Thanks!

    #918298
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .generate-columns-container .entry-title {
        font-size: 20px;
    }
    .generate-columns-container .inside-article {
        padding-bottom: 10px !important;
    }
    #918312
    Hasan

    Worked perfectly! Thanks!!

    #918319
    David
    Staff
    Customer Support

    Awesome – glad to be of help

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