Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Ich möchte den Beitragstitel größer und in anderer Farbe darstellen

More
7 months 2 weeks ago #1 by csporleder
Jooomla 5.1.1
Kunena 6.3.1
Site Template JOOMPLATES TP_simple
Astroid-Framework
Framework Version: 3.0.15
Template Version: 1.3.17
Kunena template Aurelia

ich möchte eine custom CSS haben die in der Kategorien Ansicht den Titel der Beiträge Größe darstellt und in einer anderen Farbe.

Fragen:
1. Wo genau in der Dateistruktur muss diese CSS abgelegt werden. muss das eine css oder sccs datei sein
2. in der Kategorienansicht welche Komponenten sind da die ich dann mit einer csss anpassen kann
3. da ich mich mit css nicht auskenne kann mir jemand ein Beispiel des Codes einma machen ?
Also <font size =+0,5> Angabe des Objektes </font>
oder besser noch font size =+0,5 und Farbe Dunkelgrün und FETT

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

More
7 months 2 weeks ago #2 by rich
Versuche es mit diesem Code in deiner custom.scss
Code:
h3 .hasTooltip, h1 .hasTooltip {   color: #406d26;   font-size: 1.5rem;   font-weight: bold; } h3 .hasTooltip:hover, h1 .hasTooltip:hover {   color: #34432c; }

Important! Always create a backup before you make any changes to your website!

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

More
7 months 2 weeks ago #3 by csporleder
Hallo,

Das hat geklappt, (Siehe obere Markierung.
Wie bekomme ich den Themen Tittel ebenfalls geändert (zweite Markierung)

Danke vielmals
Attachments:

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

More
7 months 2 weeks ago #4 by rich
Code:
.hasTooltip.topictitle{   color: #406d26;   font-size: 1.5rem;   font-weight: bold; } .hasTooltip.topictitle:hover{   color: #34432c;   font-size: 1.5rem;   font-weight: bold; }

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.420 seconds