Applesauce (@applesauce)

Forum Replies Created

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

  • Applesauce
    Participant

    @applesauce

    Holy moly you did it!!!!!!

    Massive appreciation!!!!

    Thank you thank you thank you thank you sooo sooo much!!!!

    In reply to: Change forum color

    Applesauce
    Participant

    @applesauce

    Sorry for the mis-posting. I figured out I need to go into one of the categories to post a new topic. So, I’ve done so. I would delete this post here but now I can’t figure that out either. 😐

    In reply to: Change forum color

    Applesauce
    Participant

    @applesauce

    Hi, I can’t figure out how to create a new topic so i’m choosing this topic to post in because its topic title is the closest to what I’m needing help with.

    I’ve changed the background color in my bbpress forum but for some reason the background color is not affecting the padding (or so it seems). I’ve searched online and found I may need to add overflow:hidden and even overflow:auto. I’ve tried to add this to many many variations and combinations of IDs and CLASSes (there are so many!) but I can’t figure it out.

    I’m using a child theme from the 2014 WordPress theme but didn’t change too much.

    My forum is at: http://www.pippenings.com/rv-living/rv-motorhome-life-forum/

    Here is the CSS styling I’ve added to the forum so far (minus the child theme’s styling which was mostly used for changing colors…)

    Can you please help me out?

    #forums-list-0 .bbp-forum-title {
    	font-size:1.6em;
    	text-decoration:none;
    }
    
    #forums-list-0 .bbp-forum-title a:link {
    	text-decoration:none;
    }
    
    #entry-content #bbpress-forums {
    	background-color:#232d36;
    	overflow:auto;
    
    }
    
    #bbpress-forums ul, #bbpress-forums li {
    	background-color:#232d36;
    		overflow:auto;
    
    }
    
    #bbpress-forums ul.bbp-replies, bbp-body, #bbpress-forums p {
    	background-color:#232d36;
    }
    #bbpress-forums ul.forums-list-0 li.bbp-body {
    	background-color:#232d36 !important;
    		overflow:auto;
    }
Viewing 3 replies - 1 through 3 (of 3 total)