• kieks

    (@kieks)


    Hi,

    Great theme, thanks!
    I do have a problem with the styling of the first paragraph. Somehow the first paragraph on every page has a different styling, the font is different en it is in bold. I tried changing css but nothing works.
    Could you help me out with this?
    If I add an   the styling is normal, but than I have too much open space of course.

    Cheers!

Viewing 8 replies - 1 through 8 (of 8 total)
  • CypressWebs

    (@jmeyer2485)

    What theme are you using?

    You didn’t directly post to your theme support.

    Thread Starter kieks

    (@kieks)

    I am using theme Swell-lite ??

    Thread Starter kieks

    (@kieks)

    But I just fixed the problem by myself! Thanks anyway.

    Cheers

    CypressWebs

    (@jmeyer2485)

    Awesome!

    Please mark as resolved

    Thanks

    HannahdK

    (@hannahdk)

    kieks, will you please share how you resolved the issue? I’m also using Swell Lite and having the same problem of first paragraphs on some pages displaying differently.

    Thanks!

    HannahdK

    (@hannahdk)

    I found the answer in the

    .article span + p

    line, and have resolved the issue.

    Thanks!

    Hello, I would actually like to get this resolved as well if someone can put what they did, I would appreciate it! Thanks!

    lesliekennedy –

    Working in the Swell Lite theme for marnivirtueconsulting, I edited the Content section of the stylesheet from:

    .article span + p {
    color: #333333;
    font-family: ‘Droid Serif’;
    font-size: 1.1em;
    line-height: 1.6;
    }

    to

    .article span + p {
    color: rgba(0, 0, 0, .8);
    font-size: 1em;
    font-family: ‘Open Sans’, Arial, Helvetica, sans-serif;
    font-weight: 350;
    line-height: 1.2;
    }

    Tweaking these values resolved the issue. I hope that helps!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Paragraph styling’ is closed to new replies.