Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1316139

    Hello. How to change the font size on the title on my blog list page? I believe it’s h3 at the moment, I want to reduce the font size only on this page. Grateful if you can help.

    #1316355

    Hey ABL59,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-3289 h3.slide-entry-title {
      font-size: 20px; 
    }

    Best regards,
    Rikard

    #1316416
    This reply has been marked as private.
    #1316697

    Hi,

    Thanks for the update. I tried logging into your site, but the details you posted are not working. Please check and verify.

    Best regards,
    Rikard

    #1316822
    This reply has been marked as private.
    #1316912

    Hi,

    Thanks for that. I’ve adjusted the CSS for you, and it’s applying now. Please review your site.

    Best regards,
    Rikard

    #1316974
    This reply has been marked as private.
    #1317071

    Hi,

    Thanks for the update. Please try this CSS as well:

    .template-blog .blog-meta {
        display: none;
    }

    Best regards,
    Rikard

    #1317173
    This reply has been marked as private.
    #1317275

    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

    #1317347
    This reply has been marked as private.
    #1317489

    Hi,

    Please try this CSS as well:

    .single-post h1.post-title a {
      font-size: 20px;
    }

    Best regards,
    Rikard

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