- Posts: 48
- Thank you received: 2
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question [Merged topic]How do I add a background image behind my Kunena Menu?
15 years 1 week ago #92471
by Lord Zedd
Hey guys,
I am using the default Blue Eagle template and have been looking all day to change my template. But boy it should not be this difficult. Read so much about it. Even tried using a template override.
I would like to replace the kheader with an image. But please tell me how because I have been in so many files and looked at so much css today and still I get the ugly blue.
I know I can change in the admin the blue with a hex color but I need an image.
Also I need to do more css changes and Firebug is NOT helping out.
I am using the default Blue Eagle template and have been looking all day to change my template. But boy it should not be this difficult. Read so much about it. Even tried using a template override.
I would like to replace the kheader with an image. But please tell me how because I have been in so many files and looked at so much css today and still I get the ugly blue.
I know I can change in the admin the blue with a hex color but I need an image.
Also I need to do more css changes and Firebug is NOT helping out.
The topic has been locked.
15 years 1 week ago #92473
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to replace kheader with an image
Have you tried the
CSS background-image
property?
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
15 years 1 week ago - 15 years 1 week ago #92479
by Lord Zedd
Replied by Lord Zedd on topic Re: How to replace kheader with an image
Yes, I did. What I try to do is to replace for example the header's color : #5388b4 with another color by using the template override. Even with the skinner enabled or disabled, it stays the same blue color.
Another problem is quitte ridiculous. Would like to change the link when you rollover it from color. Wont let me even do that.
Or for kwho-admin I want to change the color since it is all the same color for every link.
In the legend the color changed but my name for example did not.
That 5 minute tutorial sticky you guys wrote is still working in 1.6.3 right?
Another problem is quitte ridiculous. Would like to change the link when you rollover it from color. Wont let me even do that.
Or for kwho-admin I want to change the color since it is all the same color for every link.
Code:
#Kunena .kwho-admin {
color: #fe2f00;
}
That 5 minute tutorial sticky you guys wrote is still working in 1.6.3 right?
Last edit: 15 years 1 week ago by Lord Zedd.
The topic has been locked.
15 years 1 week ago #92484
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to replace kheader with an image
What files are you modifying? Have you refreshed your web-browser to force a download of your changed CSS? Y'know, the usual traps of the trade?
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
15 years 1 week ago - 15 years 1 week ago #92487
by Lord Zedd
Replied by Lord Zedd on topic Re: How to replace kheader with an image
So many css files I tried. lol That is why I was frustrated.
Kunena-forum.css
Kunena.default-min.css
Kunena.forum-min.css
Kunena.forum.css
And so on. In the end I deleted it and started over and started writing in my template and override the dafault.
Yeah refreshing a lot.
Should be correct but when you hover it with your mouse, it does not change.
Kunena-forum.css
Kunena.default-min.css
Kunena.forum-min.css
Kunena.forum.css
And so on. In the end I deleted it and started over and started writing in my template and override the dafault.
Code:
#Kunena a:link{
color:#516572 !important;
}
#Kunena a:visited {
color:#516572 !important;
}
#Kunena a:hover {color:#215586;
}
#Kunena a:active {
color:#516572 !important;
}
Last edit: 15 years 1 week ago by Lord Zedd.
The topic has been locked.
15 years 1 week ago #92488
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to replace kheader with an image
You know, of course, that you don't directly edit any -min.css file, don't you? Have you read
Minified CSS
? This might explain why none of your CSS tinkering has not worked.
I have a question for you. Are you trying to change the Blue Eagle (default) template CSS?
I have a question for you. Are you trying to change the Blue Eagle (default) template CSS?
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
Time to create page: 0.249 seconds