Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #737384

    Hi,
    The font size of the title is very big in blog grids and mansonry blogs, is there any way I can make the font size smaller just at these particular places?

    #737547

    Hey dfds,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #737677

    Hi,
    This is a private site, see below in private content.

    #738120

    Hi,

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

    .page-id-259 .entry-title {
        font-size: 18px !important;
    }

    Best regards,
    Rikard

    #738184

    Hi,
    Thanks a lot, this looks so much better!!!
    I might need the same change for some future pages with blog posts, so:

    1) How do I find the page-id for the new pages?
    2) How do I edit the css – when it is for several pages can I add for instance 259,261,278 etc. or how?

    #738268

    Hey!

    The ID of the page

    And about the CSS, here is a modified example

    .page-id-259 .entry-title, .page-id-220 .entry-title  {
        font-size: 18px !important;
    }

    Let us know if you need something else
    Regards,
    Basilis

    #738287

    Thanks, works fine, I am very grateful!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change title font size in blog posts (grids and mansonry)’ is closed to new replies.