Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: How to change the color and font of some secctions #141908
     Hanifa
    Participant

    Hi Laura,
    It didn’t work,
    But yeastarday in the BBpress Blog I found there some help, and able to change some things ate least in Forum area. So now there the thins are more viible.
    I add this code there, that allow to change colors and font size in some places

    COPY CODE
    /* Increase Font Size on various items in bbPress */
    #bbpress-forums,
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results,
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta,
    div.bbp-breadcrumb,
    div.bbp-topic-tags,
    span.bbp-admin-links a,
    #bbpress-forums div.bbp-forum-author .bbp-author-role,
    #bbpress-forums div.bbp-topic-author .bbp-author-role,
    #bbpress-forums div.bbp-reply-author .bbp-author-role,
    span.bbp-author-ip,
    div.bbp-template-notice p,
    #bbpress-forums #bbp-your-profile fieldset span.description  {
    	font-size: 13px !important;
    }
    li.bbp-forum-info a.bbp-forum-title,
    #bbpress-forums .bbp-forums-list a {
      font-size: 15px;
    }
    li.bbp-topic-title a.bbp-topic-permalink,
    #bbpress-forums div.bbp-topic-content p,
    #bbpress-forums div.bbp-topic-content p,
    #bbpress-forums div.bbp-reply-content p {
      font-size: 13px;
    }
    /* Change Color on various items in bbPress */
    #bbpress-forums .status-closed,
    #bbpress-forums .status-closed a {
     color: #000000;
    }
    .bbp-topics-front ul.super-sticky,
    .bbp-topics ul.super-sticky,
    .bbp-topics ul.sticky,
    .bbp-forum-content ul.sticky {
     background-color: #edeee0 !important;
     font-color: #000000; !important;
     font-size: 1.1em;
    }

    So now the only things that are grey are the ones I show in this iamges

    [attachment file=141909]

    [attachment file=141910]

    [attachment file=141912]

    [attachment file=141911]

    And is it possible the change the color of the text in the widgets? Like the one I show in this image

    [attachment file=141913]

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?