kenaustin3rd (@kenaustin3rd)

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

  • kenaustin3rd
    Participant

    @kenaustin3rd

    Chuckie, Thanks again for all of your help I appreciate it…I used what you sent and it worked but I had to add in two more lines for the “even” also

    #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #fbfbfb;
    }


    kenaustin3rd
    Participant

    @kenaustin3rd

    maybe I am not using the right terminology, I wish I could share a pic here…I think it is the padding but even that looks like it would leave a bit of a white border around the user’s pic


    kenaustin3rd
    Participant

    @kenaustin3rd

    not sure what to do with that…if I change that code to the #313131 that I used on the rest of it will it change that bright white body box or is this going to change the colors for the entire page? And will I just add this in as another entry into the CSS block


    kenaustin3rd
    Participant

    @kenaustin3rd

    https://thetenthworldcomics.com/

    and to the specific forum I was using to see my changes

    What is everyone playing these days?


    kenaustin3rd
    Participant

    @kenaustin3rd

    That took care of the headers but the body is still white. Not even sure how to line those out to you…

    div.loop-item-0.user-id-2.bbp-parent-forum-120.bbp-parent-to-pic-122.bbp-reply-position…….

    it is basically the body around the reply block…I have already tried:

    #bbpress-forums div.bbp-reply-body {
    }


    kenaustin3rd
    Participant

    @kenaustin3rd

    Okay, I have been experimenting quite a bit and so far I have everything tested and working…thank you very much for the help…there is just one item I cannot figure out…changing the color of the individual post replies (headers/body/footers) the code I ended up with when I inspected was:

    div#post-133.bbp-reply-header

    then following that there is a much longer one that says it’s a loop item. Surely I am looking at the wrong items and there is a parent to those somewhere to change it once…any ideas?


    kenaustin3rd
    Participant

    @kenaustin3rd

    I have not tried it, but I will, thanks for the help, I just need to explore how to reverse it if it doesn’t work


    kenaustin3rd
    Participant

    @kenaustin3rd

    Thank you for the explanation….okay so I looked at the blocks I want changed, white text is just fine as long as the boxes match my background color. I am no coder so please bear with me. The background hex color I would like is #313131 and the text boxes I want to change to that color are:

    input#bbp_anonymous_author
    input#bbp_anonymous_email
    input#bbp_anonymous_website
    input#bbp_topic_title
    textarea#bbp_topic_content.bbp

    I just don’t exactly know how to write the lines of code. I do know to insert it into the Additional CSS block to make the change. I appreciate your help, and if you can do anything more to nudge me in the right direction here I would appreciate it, I just want to make my site look right.


    kenaustin3rd
    Participant

    @kenaustin3rd

    Chuckie thanks for responding…just to add more to what was happening, I had a similar issue with my main site and the attached pages and I was given the following code to fix those…
    #comments h2.comments-title, #comments h3 {
    color: #fff;
    }
    .comment-list .comment-body, #respond {
    background: #313131;
    color: #fff;
    }

    My goal was to get the comment blocks and text to match the theme which is red text over a black background…I just discovered the same issue happening with my forums, does the code you included in your response cover all of that or does it need to be a bit more in depth like what I provided?


    kenaustin3rd
    Participant

    @kenaustin3rd

    Not sure that is a help, the forums plugin doesn’t seem to have a lot of options…my issue is that the comment blocks along with the text both show as white so when you visit my page and go to my forums you can’t ready anything


    kenaustin3rd
    Participant

    @kenaustin3rd

    This might be related to the thread I just posted…I am actually trying to make the comment boxes and font colors match my theme…I had to search high and low for this same answer regarding the comment boxes and font colors for my main page for the theme…anyone know the code for this?

Viewing 11 replies - 1 through 11 (of 11 total)