Forum Replies Created
-
In reply to: Mods can only make topics sticky or super sticky
never mind lol
In reply to: bbpress forums alignment issueOkay so if I am understanding this correct (sorry im still learning this stuff)
for my themes style.css files you want me to find the code.single_post a {
font-size: 14px ;
margin-left: 0 ;
}
and replace it with#bbpress-forums .single_post a {
font-size: 12px !important;
margin-left: 0 !Important;
}And for this code
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
border: 0px none;
width: 10% !important;
margin-right: 20px !important;
margin-top: 0px !important;
}
you want me to open up the bbpress.css and add it above the media queries or just at the top above the other css rules?In reply to: bbpress forums alignment issueI just checked my themes style.css and there is nothing with bbpress forums in it right now for some reason there is however css code in my responsive.css for bbpress forums
#bbpress-forums .status-category li.bbp-in-forum-freshness {
margin-left: 1px;
width: 33.494% !important;#bbpress-forums .bbp-topics li.bbp-body ul.topic {
border-bottom: medium none !important;
border-left: 0 none !important;
border-top: 2px solid #aaa !important;
box-shadow: 1px 1px 0.5px 0 rgb(221, 221, 221);In reply to: bbpress forums alignment issuethank you for the reply now where would this code go in the bbpress style.css? can it go directly at the end? Or am i editing the code? same goes for the themes style.css. thanks
In reply to: userpro bbpress avatar displaythat very interesting because thats how I implented the badges from user pro and integrated them into bbpress by modifying those templates. Ill look into it thanks.
In reply to: userpro bbpress avatar displayOkay I will try that but normally what php file would you go into or what option would you go into in order to profile pictures on the font page of bbpress or by the “freshness” area?