Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #43333
    @kahunaburger

    This is just a suggestion.

    When testing I thought it wasn’t embedding the link article title, just the excerpt. Then I realized it was, but the title had the same font weight and was displayed inline with the excerpt. This made it seem like the title was part of the excerpt. The css below fixed the issue:

    .bb_link_preview_title {
      display: block;
      font-weight: bold;
    }

    Like I said, just a suggestion. 🙂

    Answers

    #43359

    Alyssa
    Participant
    @alyssa-buddyboss

    @kahunaburger Thanks for the suggestion 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘CSS Suggestion’ is closed to new replies.