Flatone theme font change - Printable Version +- MyBB Themes - ThemeFreak (http://www.themefreak.net) +-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26) +--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33) +--- Thread: Flatone theme font change (/showthread.php?tid=559) Pages:
1
2
|
Flatone theme font change - bijukonneckal - 9th Aug Hello I purchased the Flatone theme today, and it is performing well with my mybb forum, I feel the font size is too small and I need to increase the font size by one point and to change the color of the font Please tell me the attributes I need to change in the global.css file. regards Bijumk RE: Flatone theme font change - Tan - 9th Aug (9th Aug, 08:15 pm)bijukonneckal Wrote: Hello There are numerous places that can be edited to change font size. I will put together something more formal in the next day or two. Is there a specific location you need to change immediately I can address ? RE: Flatone theme font change - bijukonneckal - 10th Aug Hi Many thanks for your reply. Please tell me the attribute I needed to increase the font size of the content and the thread title. I was using from the default mybb theme for the past 6 years. Now users feel the text is too small. Also tell me the attribute to delete to remove the " You have x unread private messages. The most recent ...." notification from the top of the forum, I feel, it is really distracting users from the original content. Thanks for your time regards bijumk RE: Flatone theme font change - Tan - 11th Aug You will need to edit the global.css for flatone theme. Always edit a non public copy of the theme first before publishing live. Please try the first one then see what has changed. If font is still too small for some areas check out the other possible changes. How to change "overall" font size of forum text Change: Code: html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, li, form, button, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { To: Code: html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, li, form, button, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { How to change font size of category title links Change the following: Code: .thead a { To: Code: .thead a { How to change font size of sub category title links + top menu links Change the following: Code: a:link, a:visited { To: Code: a:link, a:visited { How to change font size of forum description on forum index Change the following: Code: .smalltext { To: Code: .smalltext { How to change font size of thread title inside thread Change: Code: .largetext { To: Code: .largetext { RE: Flatone theme font change - bijukonneckal - 11th Aug Thanks a ton, Tan.. I almost reached there .. RE: Flatone theme font change - bijukonneckal - 23rd Aug Hi Tan Thanks for your help. I did as per your directions and solved those font issues to an extent. Users started complaining that the forum is looking somewhat dull and they cannot recognise between the thread heading, posters and the like. everything looking similar. Maybe because they used to the good old mybb fusion theme which I was using previously. No I need some color. some backgrounds to distinguish between the thread subject and the text below. How can I do that ? RE: Flatone theme font change - Tan - 24th Aug (23rd Aug, 08:03 am)bijukonneckal Wrote: No I need some color. some backgrounds to distinguish between the thread subject and the text below. You are talking about the inside the post topics correct ? RE: Flatone theme font change - bijukonneckal - 24th Aug Yes it is. RE: Flatone theme font change - bijukonneckal - 26th Aug Please help me RE: Flatone theme font change - Tan - 26th Aug Sorry for the delay. It's quite busy here. I will have a solution for you today. |