Skip to:
Content
Pages
Categories
Search
Top
Bottom

Title font styling

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

  • Robkk
    Moderator

    @robkk

    fixing the line height made it look better.

    .title {
    margin-bottom: 5px;
    line-height: normal;
    }

    you can also just make the line-hieght above 21px or just remove line height from the code.


    dandr69
    Participant

    @dandr69

    Shloud I put this in themes CSS or in bbpress style css?


    dandr69
    Participant

    @dandr69

    Hey, i tested with the code in the theme CSS and it works.
    Thank you!


    Robkk
    Moderator

    @robkk

    @dandr69 the weird title look isnt because of bbpress, its how your theme reacts to long titles.

    and you can put that code i gave you anywhere where you can put custom css,

    a child themes css stylesheet
    jetpacks custom css module if you have jetpack
    if your theme has a custom css area in the appearance settings
    a standalone custom css plugin


    Robkk
    Moderator

    @robkk

    no problem

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar