- Posts: 7329
- Thank you received: 1425
Kunena 7.0.7 Released
The Kunena team has announce the arrival of Kunena 7.0.7 [K 7.0.7] 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
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Question Questions to new Blue Eagle 5 Template
9 years 6 months ago #182959
by 810
Replied by 810 on topic Questions to new Blue Eagle 5 Template
try clean cache on joomla
Please Log in or Create an account to join the conversation.
9 years 6 months ago - 9 years 6 months ago #182960
by juliar
Replied by juliar on topic Questions to new Blue Eagle 5 Template
I have cleaned the cache in joomla. When I change the line-hight for example, then I can see the change when I open all sides in the menu. Only when I open the forum the button size is still like on the image above. 
It seems that the changes in "custom.less" has no effect on the button size or font-size.
Thanks a lot
Julia
It seems that the changes in "custom.less" has no effect on the button size or font-size.
Thanks a lot
Julia
Last edit: 9 years 6 months ago by juliar.
Please Log in or Create an account to join the conversation.
9 years 6 months ago #182961
by 810
Replied by 810 on topic Questions to new Blue Eagle 5 Template
if button is on kunena itsleft, then you can use the custom.less, else you need to do it on your template.css
Please Log in or Create an account to join the conversation.
9 years 6 months ago - 9 years 6 months ago #182963
by juliar
Replied by juliar on topic Questions to new Blue Eagle 5 Template
I have changed in template.css and add in custom.less both the same:
The changes work on all sites but when I open forum the logout button on my menu has still other size. Perhaps you can take a look inside again.
Thanks,
Julia
Code:
font-size: 11px;
line-height: 14px;
The changes work on all sites but when I open forum the logout button on my menu has still other size. Perhaps you can take a look inside again.
Thanks,
Julia
Last edit: 9 years 6 months ago by juliar.
Please Log in or Create an account to join the conversation.
9 years 6 months ago #182965
by juliar
Replied by juliar on topic Questions to new Blue Eagle 5 Template
template.css
custom.less:
Code:
button {
background: url("../images/but.png") repeat-x scroll left top transparent !important;
color: #ffffff;
float: left;
font-weight: 400;
height: 20px;
line-height: 16px;
margin: 0;
padding: 0 0 3px;
font-size: 12px;
}
Code:
.pull-right .label-important {
font-size: 0;
line-height: 0;
}
.pull-right .label-important span {
font-size: 11px;
line-height: 14px;
}
Please Log in or Create an account to join the conversation.
9 years 6 months ago #182970
by 810
Replied by 810 on topic Questions to new Blue Eagle 5 Template
try:
Code:
button {
background: url("../images/but.png") repeat-x scroll left top transparent !important;
color: #ffffff !important;
float: left;
font-weight: 400;
height: 20px !important;
line-height: 16px !important;
margin: 0 !important;
padding: 0 0 3px !important;
font-size: 12px !important;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.269 seconds