• Hi,

    So I love the theme, but have a problem with the first para on every page appearing differently to the body text. It’s really annoying because it’s a lighter grey, which makes it VERY hard to read.

    New Page -> Full Width template

    Page title is black, first para very light and bigger than the rest, the rest in normal text.

    I assume there’s a “followed-by” in CSS somewhere I need to kill. 🙂

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hi @tiero,

    Glad to hear you like the theme. Yeah, the first paragraph is style is different front the rest of the body. You can remove this style in the stylesheet:

    .article h1:first-child + p,
    .article h2:first-child + p,
    .article h2:first-child + .feature-img + p,
    .article > p:first-child {
      color: rgba(0, 0, 0, 0.5);
      font-size: 1.2em;
      font-weight: 300;
      line-height: 1.45;
    }

    That will change the first paragraph to look like the others.

    Thanks!

    David

    Thread Starter TIEro

    (@tiero)

    Apologies for the delay in replying: WP never sends me updates, even though I have the option marked.

    Your solution would mean editing the style.css of the theme – changes which would be lost when it’s updated.

    Is there a replacement I can use in “Additional CSS” or in a child theme style.css to negate the first para settings instead? That’ll be a better solution.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘First para font’ is closed to new replies.