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

Loved [SOLVED] Customise Advanced Search Page

More
16 years 10 months ago - 16 years 10 months ago #18104 by JBHawaii
Hi, I have an issue where my joomla template style is conflicting with the advanced search page in K1.0.10. I know how to override it an create my own styles but I need help finding the file for advanced search so I can link the appropriate classes.

All help welcome,
JBHawaii

Mahalo,
JBHawaii
Last edit: 16 years 10 months ago by JBHawaii.

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

More
16 years 10 months ago #18105 by Lintzy
kunena.search.class.php (components/com_kunena/lib)

/template/default/plugin/advancedsearch/advsearch.php


But wouldn't it be easier to change it with a little css?

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

More
16 years 10 months ago #18137 by JBHawaii
there are 2 classes that joomla is styling and kunena is not (.legend, .fieldset), I tried adding the style in kunena.forum.css but it's pointless because some elements in the advanced search page have inline css. (I think...) anyhow all I want to do is override the joomla template so those 2 files should suffice.

Thanks Lintzy :)

Mahalo,
JBHawaii

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

More
16 years 10 months ago #18144 by grumblemarc
You can override the inline and Joomla CSS by simply adding the !important attribute to the element in question.

It would look like this for instance
Code:
p { color: #ff0000 !important; }

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 10 months ago #18147 by JBHawaii
ah, thanks so much grumblemarc. Even after I added new style it still wouldn't override.

I am very appreciative for your help :)

Mahalo,
JBHawaii

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

More
16 years 10 months ago #18159 by @quila
Hi JBHawaii,

try adding #Kunena before class like
Code:
#Kunena .legend {} #Kunena .fieldset {}
Regards

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

Time to create page: 0.239 seconds