- Posts: 15
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved navbar-inner anpassen?
9 years 2 weeks ago - 9 years 2 weeks ago #193707
by tobasium
navbar-inner anpassen? was created by tobasium
Hallo Zusammen,
Ich würde gerne in der Position navbar-inner die Rahmenfarbe weiß hinterlegtes Feld siehe Bild ändern.
www.krc-gaming.de
Hier jemand einen Tipp für mich?
Ich würde gerne in der Position navbar-inner die Rahmenfarbe weiß hinterlegtes Feld siehe Bild ändern.
www.krc-gaming.de
Hier jemand einen Tipp für mich?
Last edit: 9 years 2 weeks ago by tobasium. Reason: Schreibfehler
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12288
- Thank you received: 2537
9 years 2 weeks ago #193713
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic navbar-inner anpassen?
Versuche es damit (die ersten beiden Codes sind rechhs für das Login).
Code:
.navbar .nav li.dropdown.open > .dropdown-toggle {
background-color: #383430 !important;
}
.layout#kunena div#userdropdown {
background-color: #383430;
}
.navbar .nav > .active > a {
color: #fff;
background-color: #383430 !important;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
9 years 2 weeks ago - 9 years 2 weeks ago #193714
by tobasium
Replied by tobasium on topic navbar-inner anpassen?
Super vielen Dank.
Danke für die Tipps fürs login sieht nur noch nicht ganz so sauber aus was die Option angemeldet bleiben und die pics vor Benutzer und PW angeht.
Da eventuell noch ein Tip?
Danke schonmal
Danke für die Tipps fürs login sieht nur noch nicht ganz so sauber aus was die Option angemeldet bleiben und die pics vor Benutzer und PW angeht.
Da eventuell noch ein Tip?
Danke schonmal
Last edit: 9 years 2 weeks ago by tobasium.
Please Log in or Create an account to join the conversation.
9 years 2 weeks ago #193718
by tobasium
Replied by tobasium on topic navbar-inner anpassen?
Habe es gefunden
.layout#kunena .navbar {
color: #000;
.layout#kunena .navbar {
color: #000;
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12288
- Thank you received: 2537
9 years 2 weeks ago #193721
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic navbar-inner anpassen?
Du kannst auch noch folgenden Code hinzufügen, dann ist die kleine Checkbox etwas leichter zu sehen.
Code:
.layout#kunena input[type='checkbox'] {
opacity: 1;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
9 years 2 weeks ago #193722
by tobasium
Replied by tobasium on topic navbar-inner anpassen?
Please Log in or Create an account to join the conversation.
Time to create page: 0.291 seconds