Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

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.

Solved Changing mouse hover colours in K 2.0 Blue Eagle template

More
11 years 2 months ago #1 by applehc
Hello,

I'm editing the template but can not find to change:

The color of the category name to click


The background color by clicking above.


I need help finding the code to change it.

Thanks
Attachments:

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

More
11 years 2 months ago #2 by 9themestore
Hi applehc,

You can use the Firebug addon to preview the HTML code. After that you add the css style for it to the css file of the joomla template.

Regards.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

More
11 years 2 months ago #3 by applehc
Yes, I am using firebug.

Only find the button code inactive. When I point it out, and open the firebug is like not having it pointed out and can not find it.

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

More
11 years 2 months ago - 11 years 2 months ago #4 by 9themestore
Hi,

Add four css code section to the template.css of the joomla template.

1. CSS for button.
Code:
#Kunena td.kprofileboxcnt ul.kprofilebox-welcome li input.kbutton { background-color: #??????; /* Fill your color code */ color: #??????; /* Your color code */ } #Kunena td.kprofileboxcnt ul.kprofilebox-welcome li input.kbutton:hover { background-color: #??????; /* Fill your color code */ color: #??????; /* Your color code */ cursor: pointer; }

2. CSS code for category name:
Code:
#Kunena table.kblocktable a.ktopic-title { color: #??????; } #Kunena table.kblocktable a.ktopic-title:hover, #Kunena table.kblocktable a.ktopic-title:focus, #Kunena table.kblocktable a.ktopic-title:active { color: #??????; }

After that save and back-to front-end refresh your site.

Regards

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
Last edit: 11 years 2 months ago by 9themestore.

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

More
10 years 11 months ago #5 by applehc
Thank you 9themestore but no change... :(

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

More
10 years 11 months ago - 10 years 11 months ago #6 by 9themestore
Hi applehc,

Can you provide the url link of your site? I think, i'll give you a perfect solution after view your site.

Regads

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
Last edit: 10 years 11 months ago by 9themestore.

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

More
10 years 11 months ago - 10 years 11 months ago #7 by applehc
Last edit: 10 years 11 months ago by applehc.

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

More
10 years 11 months ago #8 by 9themestore
HI,

You need add "!important" tag after color coder.

EX:
Code:
#Kunena table.kblocktable a.ktopic-title:hover, #Kunena table.kblocktable a.ktopic-title:focus, #Kunena table.kblocktable a.ktopic-title:active { color: #?????? !important; } ...

Tell me if it don't work.

Regards

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

More
10 years 11 months ago #9 by applehc
Excuse me, in that css?

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

More
10 years 11 months ago #10 by sozzled

applehc wrote: Excuse me, in that css?

I do not understand the question.

The solution is to add everything, that 9themestore showed you in msg 8 above, to the end of your Joomla site template CSS file.

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

Time to create page: 0.552 seconds