• Resolved thomlyon

    (@thomlyon)


    I have tried changing the border color and line width in the Forums Index Styling Tab #11, with no effect. It keeps the default. The CSS file is pointing to /wp-content/uploads/. There seems to be a conflict somewhere.

    I’m asking for custom CSS that I can use to change the border color and line width. Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Robin W

    (@robin-w)

    #bbpress-forums ul.bbp-forums,
    {
    border-style: solid !important;
    border-width: 5px !important;
    border-color: red !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Issue with Border Color Change’ is closed to new replies.