Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

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

More
10 years 10 months ago - 10 years 10 months ago #163223 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: 10 years 10 months ago by friday shoes.

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

More
10 years 10 months ago #163228 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
10 years 10 months ago - 10 years 10 months ago #163234 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: 10 years 10 months ago by friday shoes.

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

More
10 years 10 months ago #163235 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
10 years 10 months ago #163238 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
10 years 10 months ago - 10 years 10 months ago #163239 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: 10 years 10 months ago by 810.

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

Time to create page: 0.327 seconds