[Resolved] Targeting .blog h2.entry-title

Home Forums Support [Resolved] Targeting .blog h2.entry-title

Home Forums Support Targeting .blog h2.entry-title

  • This topic has 5 replies, 4 voices, and was last updated 5 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #814991
    Elaine

    I have added some CSS styles in Customizer to change the entry-titles just on my blog archive page(s).
    I have used .blog h2.entry-title but it doesn’t seem to be working. I want to make the titles smaller and edit the padding – to be less – !
    .blog h2.entry-title {
    font-size: 16px;
    font-weight: 700;
    color: #a3620a;
    }
    I want to be careful not to edit the styles in the recipe section posts. Just targeting the blog posts/archives.

    #815039
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this instead:

    .blog h2.entry-title,
    .archive h2.entry-title {
        font-size: 16px;
        font-weight: 700;
        color: #a3620a;
    }

    Let me know πŸ™‚

    #815913
    Elaine

    Yes, this worked great, thanks!

    #816047
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #865895
    Cris

    Hi, I did that but it does bigger height spaces in masonry box. Any solution, please?

    #865970
    David
    Staff
    Customer Support

    Hi there,

    could you raise a new topic where you can share your URL to the site privately.
    Also just confirm which H2 headings you wish to change πŸ™‚

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