- Posts: 7329
- Thank you received: 1425
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 which CSS file for editing background colour
14 years 3 months ago #116293
by 810
Replied by 810 on topic Re: which CSS file for editing background colour
#Kunena #ktop {
border-color: #B90000 !important;
}
#Kunena #ktop span.ktoggler {
background-color: #B90000 !important;
}
regards 810
border-color: #B90000 !important;
}
#Kunena #ktop span.ktoggler {
background-color: #B90000 !important;
}
regards 810
The topic has been locked.
14 years 3 months ago #116294
by oates
Replied by oates on topic Re: which CSS file for editing background colour
ok, will do - which kunena CSS file to add it to?
The topic has been locked.
14 years 3 months ago - 14 years 3 months ago #116295
by sozzled
Let me ask you a question: Do you know the difference between CSS and PHP?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: which CSS file for editing background colour
I wrote that you need to add the CSS declaratives to the end of your Joomla site template CSS file, not the PHP source code.oates wrote: I added this to the end of my main template file in template manager and it brought the site down, 500 error. Had to remove it again.
Code:<?php /** * @package yoo_corona * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // no direct access defined('_JEXEC') or die('Restricted access'); // include config include_once(dirname(__FILE__).'/config.php'); // get warp $warp =& Warp::getInstance(); // load main template file, located in /layouts/template.php echo $warp->template->render('template');
Let me ask you a question: Do you know the difference between CSS and PHP?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 3 months ago by sozzled.
The topic has been locked.
14 years 3 months ago #116297
by oates
Replied by oates on topic Re: which CSS file for editing background colour
Sorry Sozzled, my bad. For some reason I clicked on the PHP file. Yes, I know the difference between CSS and PHP.
I have several template based css files, should it be fine generally to add it to any one of them:
Edit css/custom.css
Edit css/editor.css
Edit css/extensions.css
Edit css/ie6hacks.css
Edit css/ie7hacks.css
Edit css/ie8hacks.css
Edit css/layout.css
Edit css/menus.css
Edit css/modules.css
Edit css/popups.css
Edit css/reset.css
Edit css/rtl.css
Edit css/style.css
Edit css/system.css
Edit css/typography.css
I have several template based css files, should it be fine generally to add it to any one of them:
Edit css/custom.css
Edit css/editor.css
Edit css/extensions.css
Edit css/ie6hacks.css
Edit css/ie7hacks.css
Edit css/ie8hacks.css
Edit css/layout.css
Edit css/menus.css
Edit css/modules.css
Edit css/popups.css
Edit css/reset.css
Edit css/rtl.css
Edit css/style.css
Edit css/system.css
Edit css/typography.css
The topic has been locked.
14 years 3 months ago #116299
by 810
Replied by 810 on topic Re: which CSS file for editing background colour
"\components\com_kunena\template\default\css\kunena.forum-min.css"
its already in the file, so you must find the code.
its already in the file, so you must find the code.
The topic has been locked.
14 years 3 months ago #116301
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: which CSS file for editing background colour
In msg
#12
in this topic, I wrote that the theoretical answer to the general question "Which CSS file for editing the background colour" is your Joomla site template CSS file. I also said that the specific Joomla site template CSS file is unique for each person.
The files that you listed in your last message are not, necessarily, where you need to look but we can tell you which would be the best file to change in your case if you gave us some information to work with. See What information should I include when I ask for help (including how to post my configuration report)? , post your configuration report, and we can very quickly give you the specific information you're looking for.
The files that you listed in your last message are not, necessarily, where you need to look but we can tell you which would be the best file to change in your case if you gave us some information to work with. See What information should I include when I ask for help (including how to post my configuration report)? , post your configuration report, and we can very quickly give you the specific information you're looking for.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
Time to create page: 0.384 seconds