Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to add css style to separate between the category?

  • @siamlottery

    Participant

    Hello my (lottery.co.th) public forum site is https://www.lottery.co.th/forums
    I would like to add css to theme but don’t want to edit in bbpress plugin also how to add like a Solid colour between the category?
    Thanks.

    //Thank you the first reply is resolved for me.

Viewing 1 replies (of 1 total)
  • @robkk

    Moderator

    Maybe something like this, not sure of what you are after.

    Put the custom CSS in a custom CSS plugin or place it into a child themes style.css if you already created a child theme.

    #bbpress-forums li.bbp-body ul.forum {
      border-top: 1px solid #E91E63;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar