Make blog entry titles smaller on index page

Home Support Ritz Pro Make blog entry titles smaller on index page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11426
    Anonymous
    Inactive

    I’m trying to make the blog entry titles smaller on the index page. I’ve tried using:

    .entry-header h2.entry-title a { font-size: 24px;}

    but it hasn’t worked. What would be CSS to use in the customizer?

    #11427
    nirav
    Keymaster

    Hello os401,

    Greetings of the day!
    The below code will work perfectly to decrease font size.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    h1.page-title{
    font-size: 24px;
    }

    Please feel free to let us know if you have any further queries.

    Thank you.

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