This topic has 11 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #109142
     Groubee2
    Participant

    Hi

    How can I change the forum background color? every second row is white? and I cant see where I can change that color?

    See attachment

    Best regards

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109246
     Radu
    Moderator

    Hi,

    Provide an account to can see the page please

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109250
     Groubee2
    Participant
    This reply has been set as private.
    #109268
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    #bbpress-forums .bbp-topics .bbp-body ul.odd {
        background: rgba(74, 95, 138, 0.5);
    }
    #bbpress-forums .bbp-topics .bbp-body ul.even {
        background: #3B4B6B;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109347
     Groubee2
    Participant

    Hi @Radu

    Thanks a lot! it works great!
    But the border on the Forum is now 2px – how can I change it to 1px and change the color on the border?
    see attached image.

    Again 🙂
    Thanks a lot!!
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109466
     Radu
    Moderator

    Hi again,

    Use this

    COPY CODE
    
    #bbpress-forums ul.bbp-topics {
        border: 1px solid #586571;
    }
    
    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { 
        border-top: 1px solid #586571;
    
    }
    

    You’re welcome Tony

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109477
     Groubee2
    Participant

    Thanks a lot – it works great!!

    Cheers
    Tonny

    #109560
     Radu
    Moderator

    You’re welcome

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109691
     Groubee2
    Participant
    This reply has been set as private.
    #109800
     Radu
    Moderator

    Hi again,

    Use this

    COPY CODE
    
    #bbpress-forums div.even, #bbpress-forums ul.even {
        background: red !important;
    }
    

    Replace red with your desired color

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109807
     Groubee2
    Participant

    Thanks a lot! it works great!!

    Cheers
    Tonny

    #109973
     Radu
    Moderator

    You’re welcome

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?