Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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 [Solved]Change Colors of Tabs Menus

More
12 years 7 months ago - 12 years 7 months ago #1 by kanum
Hi all,

I have follow guides exist here for change colors. But not work, I have change on .css and in min.css (using compress from refresh-sf.com).

I have change:
kunena.default.css
and
kunena.default-min.css

But nothing appens :s Color stay the same.

Template used: a copy of Blue (default)

kunena version: 1.7(last)


Please help me on this.


Thanks

edit
The line is this:
Code:
#Kunena #ktab a { background-color: #737373 !important; }

In firebug give then is located in: forum (line 57) Where is this CSS?

Guys please give me some help :)
Last edit: 12 years 7 months ago by kanum. Reason: solved

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

More
12 years 7 months ago #2 by kanum
I have find....

For future reference:

For change Color of Tabs. Go to initialize.php (under you folder template of kunena)

Around line 137
Code:
$inactiveTab = $this->params->get('inactiveTabcolor', $skinner ? '' : '#XXXXXX');

Change XXXXXX (default valor is 737373) change it for your preference color :)

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

More
12 years 7 months ago #3 by Matias
Or change the setting from the template in the backend...

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

Time to create page: 0.929 seconds