This topic has 4 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #162458
     fungody1881
    Participant

    Hi there, I have found Kleo theme is such a great standout theme, however, I have encountered another minor issue with bbpress layout.

    I am trying to change BBpress topic page replies background color with following CSS codes to light pink but not successful.

    #bbpress-forums .bbp-topic-content,
    #bbpress-forums .bbp-reply-content {
    background-color:#FADBDA !important;

    How can we change color of this diamond shaped part* ? 
    * please check the attached image

    Or if there are good CSS codes to change this bubble shape replies background color, can you please let me know?

    Thank you so much!!

    #162463
     fungody1881
    Participant

    On the page, topic header also turned to Pink partly, but this is not what I wanted, I only want replies back ground to pink.

    #162555
     Laura
    Moderator

    Hello, for replies please try

    COPY CODE
    
    .bbp-reply-content {
    background-color: #FADBDA !important;
    }
    .bbp-reply-content:before {
        background: black !important;
    }
    

    The diamond is the second code

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

    Laura, thank you for your teaching, exactly what I needed!
    Top level support, I really appreciate it!!

    #162850
     Laura
    Moderator

    Glad to help 🙂 If you are happy with the support please rate us 5 stars at themeforest, it would help a lot 🙂

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?