Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forums UL LI elements help


  • luckydumpling
    Participant

    @luckydumpling

    Wordpress Version: 3.8.1
    BBPress Version: 2.5.3

    Hi guys, the UL LI elements of my forums are following the styling declared for UL LI in my style.css file instead of the bbpress.css file. How do I correct this? Any help is appreciated.

    Here’s the site: http://www.uptmcaa.com/forums

Viewing 1 replies (of 1 total)

  • luckydumpling
    Participant

    @luckydumpling

    Nevermind, got it fixed. added #bbpress-forums id inside the class’ not() selector.

    .main-content .entry-content:not(#BP, #bbpress-forums) ul li {
    font-size:12px;
    line-height:19px;
    margin: 3px 0;
    background: url(images/light/arrow-right-grey.png) no-repeat 0 10px;
    border-bottom: 1px solid
    #F1F1F1;
    padding: 5px 0 5px 15px;
    width: auto;
    display: list-item;
    }

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