Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove box around the author name

  • @lkharrell

    Participant

    Can someone please help me remove the box around the name in the image below?
    author

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robin-w

    Moderator

    can you post a link to a page on your site showing this plesae

    @jessy-marco

    Participant

    Rewrite your theme styles with this, paste this on very bottom on style.css or into <head> tag section and wrap t with <style text/css></style>:

    #bbpress-forums p.bbp-topic-meta span {
       white-space: nowrap;
       background: none;
       border: none;
    }

    @lkharrell

    Participant

    Hey guys,

    Thanks for getting back to me.
    Jessy, the code you provided did not accomplish it… here is the link to the page if y’all want to check out the source code.

    @lkharrell

    Participant

    @lkharrell

    Participant

    nevermind! I just figured it out!

    It was

    #bbpress-forums a.bbp-author-name {
       white-space: nowrap;
       background: none;
       border: none;
    }

    @robin-w

    Moderator

    great – glad you’re fixed

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