Changing Front Page Title But Not The Actual Post

Home Forums Support Changing Front Page Title But Not The Actual Post

Home Forums Support Changing Front Page Title But Not The Actual Post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #120052
    Jam

    Hi Tom

    I’m using the masonry layout. I’ve set the h2 for the front page title a certain size and color. However, I do not want the same h2 size to be the same on the actual content itself.

    How can I target the front page css so that it does not affect any of the elements in the post/page?

    Thanks.

    #120081
    Tom
    Lead Developer
    Lead Developer

    Best way would be to target masonry posts with CSS, and set the H2 for everything else through the Customizer.

    For example:

    .masonry-post h2.entry-title {
          font-size: 20px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.