Size font bbpress
-
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
-
i have the sample problem. Please help us 🙂
see no. 5
if I change bbPress theme fits the style of the theme, with no ueman. What should I change? Thanks
you should change it as per the previous post
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.
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.
Up 🙂
link to your website please, I need to see what you are seeing
how can I contact you privately that my site is still closed and I have to give you the data admin to see?
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?
Like you ! i have the sample problem
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; }
I have also same problem like this can anybody give me the way to clear this problem
We dont have magical ball. Post link to your site
@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.@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
@ricsca2
bbpress does have a css of its own as yiou found earlier, but tries to use much of the one from the host themeI 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
All characters are at least 2 pixels smaller than those of the site.
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.
Work !!!!
Really Thanks
- You must be logged in to reply to this topic.