Skip to:
Content
Pages
Categories
Search
Top
Bottom

Border colour


  • yandoos
    Participant

    @yandoos

    Hello I was hoping for some help please . I’ve just made the background colour of my forum a darker shade (see below) and now I need to change the border colours from white to a slightly duller shade.

    How can I do this please?

    .entry-title {
    background: #212121;
    }
    
    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    background: #212121;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
    background: #212121;
    }
Viewing 1 replies (of 1 total)

  • yandoos
    Participant

    @yandoos

    I’ve managed to do it with the following css.. I do wonder if there is a more efficient way?

    .entry-title {
    background: #212121;
      border-color: #000000 !important;
    }
    
    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    background: #212121;
      border-color: #000000 !important;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
      border-color: #000000 !important;
    background: #212121;
    }
    
    #bbpress-forums {background:#212121 !important;}
    #bbpress-forums ul li{background:#212121 !important; border-color: #000000 !important;}
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar