stiffmeister12 (@stiffmeister12)

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @stiffmeister12

    Participant

    never mind lol

    @stiffmeister12

    Participant

    Okay 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?

    @stiffmeister12

    Participant

    I 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);

    @stiffmeister12

    Participant

    thank 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

    @stiffmeister12

    Participant

    that 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.

    @stiffmeister12

    Participant

    Okay 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?

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