Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question Problem with category section title text sizes upgrading from 3.0.7 to 3.0.8

More
8 years 11 months ago - 8 years 11 months ago #1 by friday shoes
Installation from 3.0.7 to 3.0.8 went without issues, but now my forum category section titles are in huge size text, also text size on small screen sizes like mobile phones is generally larger too

Have there been major revisions to the CSS of the Blue Eagle Template?

See my forum here


Part of the message is hidden for the guests. Please log in or register to see it.
Last edit: 8 years 11 months ago by friday shoes.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #2 by 810
you need to add this on your joomla css:
Code:
#Kunena #vg-main-body h1, #Kunena #vg-main-body-ajax h1, #Kunena #vg-main-body-component h1 { text-transform: none; margin-bottom: 0px; font-size: 24px; line-height: auto; text-align: left; color: #fff; }
The following user(s) said Thank You: friday shoes

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago - 8 years 11 months ago #3 by friday shoes

810 wrote: you need to add this on your joomla css:

Code:
#Kunena #vg-main-body h1, #Kunena #vg-main-body-ajax h1, #Kunena #vg-main-body-component h1 { text-transform: none; margin-bottom: 0px; font-size: 24px; line-height: auto; text-align: left; color: #fff; }


Thanks, I just tried adding it to the general.css, joomla.css and layout.css and still see the same issue even after clearing the browser and joomla cache.
Last edit: 8 years 11 months ago by friday shoes.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #4 by Pinkeltje
Try this one:
Code:
#Kunena h1, #Kunena h2 { font-size: 1.333em !important; }

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5 by friday shoes

Pinkeltje wrote: Try this one:

Code:
#Kunena h1, #Kunena h2 { font-size: 1.333em !important; }


That works slightly better, it's reduced the font size but the justification is all wrong.

Is it possible to revert to the previous kunena version? This new version was just meant to correct a few security bugs, there was no mention of template changes

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago - 8 years 11 months ago #6 by 810
the font is smaller so try this:
Code:
#Kunena h1, #Kunena h2 { text-transform: none !important; margin-bottom: 0 !important; font-size: 24px !important; line-height: auto !important; text-align: left !important; color: #fff !important; }
Last edit: 8 years 11 months ago by 810.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #7 by 810

friday shoes wrote:

Pinkeltje wrote: Try this one:

Code:
#Kunena h1, #Kunena h2 { font-size: 1.333em !important; }


That works slightly better, it's reduced the font size but the justification is all wrong.

Is it possible to revert to the previous kunena version? This new version was just meant to correct a few security bugs, there was no mention of template changes


We fixed this because now you have a better SEO, so google will bring the topics better to the top searches.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #8 by friday shoes

810 wrote: the font is smaller so try this:

Code:
#Kunena h1, #Kunena h2 { text-transform: none !important; margin-bottom: 0 !important; font-size: 24px !important; line-height: auto !important; text-align: left !important; color: #fff !important; }


Nope, unfortunately that does something different altogether, there's a whole bunch of other stuff going on too when I view it on mobile devices, something seriously different with this release.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #9 by friday shoes

810 wrote:

friday shoes wrote:

Pinkeltje wrote: Try this one:

Code:
#Kunena h1, #Kunena h2 { font-size: 1.333em !important; }


That works slightly better, it's reduced the font size but the justification is all wrong.

Is it possible to revert to the previous kunena version? This new version was just meant to correct a few security bugs, there was no mention of template changes


We fixed this because now you have a better SEO, so google will bring the topics better to the top searches.


Appreciate the continued development, but my forum will be no better off if it looks like a jumbled mess when people get there.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #10 by Pinkeltje
BTW: This has nothing to do with Kunena, but is caused by your Joomla template!

Please Log in or Create an account to join the conversation.

Time to create page: 0.480 seconds