Skip to:
Content
Pages
Categories
Search
Top
Bottom

Size font bbpress

  • @ricsca2

    Participant

    I’m using the theme Hueman but I see the characters bbPress much smaller than those of defoult of the theme.
    Where can I enlarge the font bbPress?

    thanks

Viewing 21 replies - 1 through 21 (of 21 total)
  • @lucidsamples

    Participant

    i have the sample problem. Please help us 🙂

    @robin-w

    Moderator

    @ricsca2

    Participant

    if I change bbPress theme fits the style of the theme, with no ueman. What should I change? Thanks

    @robin-w

    Moderator

    you should change it as per the previous post

    bbPress Styling Crib

    No. 5 is what you need to change, and the guide link at the top of the link above tells you how to do it.

    @ricsca2

    Participant

    I have insert

    
    #bbpress-forums .bbp-topic-content p,
    #bbpress-forums .bbp-reply-content p {
    font-size: 12px;
    }

    in bbpress.css but nothing has changed.

    @ricsca2

    Participant

    Up 🙂

    @robin-w

    Moderator

    link to your website please, I need to see what you are seeing

    @ricsca2

    Participant

    how can I contact you privately that my site is still closed and I have to give you the data admin to see?

    @robin-w

    Moderator

    it’s not policy to go into private sites on this forum !

    1. I presume that you played with font-size: 12px; to see if that made a difference, I only put 12px as a guess – maybe 14px would be better!

    2. Can you post a screenshot?

    @tuixachdoubles

    Participant

    Like you ! i have the sample problem

    @ricsca2

    Participant

    Of course, I also tried 25px..

    I have instal this plugin but the size of font dont cange and i have tried insert this lines in the .css of theme but the font dont cange.

    I install this theme

    @robin-w

    Moderator

    Without a url or screenshot I can’t really help further – there are several places where bbpress has font sizes eg

    
    #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 {
    	font-size: 12px;
    	}
    
    #bbpress-forums .bbp-forums-list li {
    	font-size: 11px;
    }
    
    #bbpress-forums div.bbp-forum-title h3,
    #bbpress-forums div.bbp-topic-title h3,
    #bbpress-forums div.bbp-reply-title h3 {
    	font-size: 16px;
     	}
    
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta {
    	font-size: 11px;
    	}
    

    and lots more

    I can only suggest you try some of the above in your custom css BUT put ‘!important’ after the px part to ensure that it is not overwritten eg

    #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 {
    	font-size: 12px !important;
    	}
    

    @ricsca2

    Participant

    @raghava0501

    Participant

    I have also same problem like this can anybody give me the way to clear this problem

    @korobochkin

    Participant

    We dont have magical ball. Post link to your site

    @ricsca2

    Participant

    @korobochkin As I wrote above, I can not post the link because the site is closed for the moment.
    I added, however, some screenshots and put the link to the theme.

    @ricsca2

    Participant

    @robin-w With the code you’ve written now the various parts of the forum is bigger.
    The problem is that I can not change manualente all parts of the theme.
    The theme for bbPress does not have a css because it goes to get the css of wordpress theme right?

    As ever with the theme HUEman this does not happen?

    Very thanks

    @robin-w

    Moderator

    @ricsca2
    bbpress does have a css of its own as yiou found earlier, but tries to use much of the one from the host theme

    I am trying to write a bbpress css plugin where you can set areas simply

    eg

    Header : Colour? size? etc.

    but progress I slow whilst I work out what bits of the bbpress.css code do and when

    Tell me which parts you are still having trouble with eg breadcrumb and I’ll try and help further

    @ricsca2

    Participant

    All characters are at least 2 pixels smaller than those of the site.

    @jessy-marco

    Participant

    1, Go to Appearance => Editor => Style.css edit this file section Reset from mayer, and find there “font-size: 100%; font: inherit;” change it into font-size: 16px; remove font: inherit

    Reset section would look like this:

    /* ------------------------------------------------------------------------- *
     *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
     * ------------------------------------------------------------------------- */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
    pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
    samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
    fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
    canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
    section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 16px; vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
    table { border-collapse: collapse; border-spacing: 0; }

    Let me know if you need help.

    @ricsca2

    Participant

    Work !!!!
    Really Thanks

Viewing 21 replies - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.
Skip to toolbar