Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Cavins

    (@dcavins)

    Ha ha, well that’s awkward. It looks like we need to scope our CSS selectors a little better. In this case the BP Docs stylesheet has a style for a class description that is being applied to your group description.

    Thanks for your report; I’ve created a new issue here: https://github.com/boonebgorges/buddypress-docs/issues/500

    Thread Starter Christian

    (@christiankramer)

    Hm, it seems to be a loop wordpress – github –?wordpress…
    I cannot see the solution.

    Plugin Author David Cavins

    (@dcavins)

    Hi Christian-

    The immediate solution is to add a rule to your stylesheet that overrules the style added via BP Docs. Our rule has very little selector juice, so if you were to add a style like

    .buddypress .description {
        	font-style: normal;
    }

    you should be good to go.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Italic font style aapears, but not in css defined’ is closed to new replies.