Skip to:
Content
Pages
Categories
Search
Top
Bottom

Size font bbpress


  • Ricsca2
    Participant

    @ricsca2

    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

    @lucidsamples

    i have the sample problem. Please help us 🙂


    Robin W
    Moderator

    @robin-w


    Ricsca2
    Participant

    @ricsca2

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


    Robin W
    Moderator

    @robin-w

    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

    @ricsca2

    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

    @ricsca2

    Up 🙂


    Robin W
    Moderator

    @robin-w

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


    Ricsca2
    Participant

    @ricsca2

    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

    @robin-w

    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

    @tuixachdoubles

    Like you ! i have the sample problem


    Ricsca2
    Participant

    @ricsca2

    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

    @robin-w

    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

    @ricsca2


    raghava0501
    Participant

    @raghava0501

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


    Kolya Korobochkin
    Participant

    @korobochkin

    We dont have magical ball. Post link to your site


    Ricsca2
    Participant

    @ricsca2

    @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

    @ricsca2

    @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

    @robin-w

    @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

    @ricsca2

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


    jessy
    Participant

    @jessy-marco

    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

    @ricsca2

    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