How to change post border on bbPress posts?

  • rovingsign

    #51083

    bbPress posts have a purple border – can’t seem to find where to change this.

    Any guidance appreciated!

    Everything else is fine as usual!

    Admin

    Syahir Hakim

    #51089

    Add the following code to Customizer > Custom CSS, and change the colour code accordingly:

    .single-topic #bbpress-forums .hentry.author-role-keymaster, .single-topic #bbpress-forums .hentry.author-role-moderator, #bbpress-forums .bbp-search-results .hentry.author-role-keymaster, #bbpress-forums .bbp-search-results .hentry.author-role-moderator {
    	border-color: #9538c5;
    }
    

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.