- Posts: 6
- Thank you received: 0
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
Question How can I change the color of the ForumHeader?
- DavidGalvez
-
Topic Author
- Offline
- New Member
-
Less
More
16 years 11 months ago #15346
by DavidGalvez
How can I change the color of the ForumHeader? was created by DavidGalvez
Any ideas on how to do this?
thanks
David
thanks
David
Please Log in or Create an account to join the conversation.
16 years 11 months ago #15361
by Lintzy
Replied by Lintzy on topic Re:How can I change the color of the ForumHeader?
URL to your forum? Exact Explanation, what you want to have changed?
Generally....... use the Firefox Addon Firebug and figure it out.
Generally....... use the Firefox Addon Firebug and figure it out.
Please Log in or Create an account to join the conversation.
- DavidGalvez
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
16 years 11 months ago #15660
by DavidGalvez
Replied by DavidGalvez on topic Re:How can I change the color of the ForumHeader?
Hello Lintzy-
Sorry for not being more explicit. I was testing a couple of options but never mind now. Thanks anyway. I have an additional question (if you don't mind). The Kunena Forum in the site that we are making for our Community League (still in construction phase) have the following problem: the "Recent Discussions" and "Categories" tabs opens using only a small area of the available space in the page BUT the "Help" and "Rules" tabs opens using all the available space. How can I make the "Recent Discussion" and "Categories" tabs to open using all the space as the "Help" and "Rules" tabs does?
here is the URL
76.74.229.4/~malmoweb/index.php?option=c...mid=122&func=listcat
thanks a lot
Saludos
David
Sorry for not being more explicit. I was testing a couple of options but never mind now. Thanks anyway. I have an additional question (if you don't mind). The Kunena Forum in the site that we are making for our Community League (still in construction phase) have the following problem: the "Recent Discussions" and "Categories" tabs opens using only a small area of the available space in the page BUT the "Help" and "Rules" tabs opens using all the available space. How can I make the "Recent Discussion" and "Categories" tabs to open using all the space as the "Help" and "Rules" tabs does?
here is the URL
76.74.229.4/~malmoweb/index.php?option=c...mid=122&func=listcat
thanks a lot
Saludos
David
Please Log in or Create an account to join the conversation.
16 years 11 months ago #15684
by Lintzy
Replied by Lintzy on topic Re:How can I change the color of the ForumHeader?
You can try the following, but check if this code does not disturb other joomla pages!
Edit the template.css of your Joomla (not Kunena) Template, you'll find it here->
templates/greenwlogo/css/
search
and add a width of 100 % ->
Edit the template.css of your Joomla (not Kunena) Template, you'll find it here->
templates/greenwlogo/css/
search
div.nopad {
float:left;
padding:0 0 15px;
}
and add a width of 100 % ->
div.nopad {
float:left;
padding:0 0 15px;
width:100%;
}
Please Log in or Create an account to join the conversation.
- DavidGalvez
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
16 years 11 months ago #15776
by DavidGalvez
Replied by DavidGalvez on topic Re:How can I change the color of the ForumHeader?
Thanks a lot, the fix worked perfectly!
David
David
Please Log in or Create an account to join the conversation.
Time to create page: 0.237 seconds