- Posts: 22
- 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
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 Background color of "Edit" button?
13 years 1 month ago #142120
by QuakeLive
Background color of "Edit" button? was created by QuakeLive
Hi,
I use default Blue Eagle 2.0 template (which is perfect
), but I would like to do only one small change - I would like to change background color of "Edit" button (for editing profile):
Is this possible, and how? Also, is it possible to add "onmousehover" effect (background color changes)?
I apologize, my English is bad.
Thanks in advance!
I use default Blue Eagle 2.0 template (which is perfect
Is this possible, and how? Also, is it possible to add "onmousehover" effect (background color changes)?
I apologize, my English is bad.
Thanks in advance!
Please Log in or Create an account to join the conversation.
13 years 1 month ago #142124
by skybax
Replied by skybax on topic Background color of "Edit" button?
in kunena.default-min.css
First
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
color: #5388b4!important;
background-color: transparent!important; << delete this line ( just this background-color: transparent!important;)
Second
#Kunena h2 span.kheadbtn a {
border-color: #FFF;
background-color: #5388B4; << here add what color you want
First
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
color: #5388b4!important;
background-color: transparent!important; << delete this line ( just this background-color: transparent!important;)
Second
#Kunena h2 span.kheadbtn a {
border-color: #FFF;
background-color: #5388B4; << here add what color you want
The following user(s) said Thank You: QuakeLive
Please Log in or Create an account to join the conversation.
13 years 1 month ago #142127
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Background color of "Edit" button?
I would
never modify the file kunena.default-min.css
, but you should instead make the changes suggested by skybax by adding the CSS to the end of your Joomla site template.
Adding extra CSS to the end of your Joomla site template will override Kunena CSS. Therefore, it's easier to maintain Kunena if you do not change any of the files in Kunena. If you change any files in Kunena, the changes will be lost when you upgrade Kunena. Many people change files in Kunena and then they find themselves stuck, not being able to upgrade Kunena because they fear that they will lose the custom changes that they've made. While it's true that suggestions made by people to change the file kunena.default-min.css will probably work, we do not recommend making changes directly to this file.
Adding extra CSS to the end of your Joomla site template will override Kunena CSS. Therefore, it's easier to maintain Kunena if you do not change any of the files in Kunena. If you change any files in Kunena, the changes will be lost when you upgrade Kunena. Many people change files in Kunena and then they find themselves stuck, not being able to upgrade Kunena because they fear that they will lose the custom changes that they've made. While it's true that suggestions made by people to change the file kunena.default-min.css will probably work, we do not recommend making changes directly to this file.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: QuakeLive
Please Log in or Create an account to join the conversation.
13 years 4 weeks ago #142214
by QuakeLive
Replied by QuakeLive on topic Background color of "Edit" button?
OK, thanks but it didn't work
- my Joomla template has an option to add custom css files. And, before I created custom.css and it works. Now, I just added this code to that custom.css file (at the end):
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
color: #5388b4!important; }
#Kunena h2 span.kheadbtn a {
border-color: #FFF;
background-color: #990000; }
but it didn't work. So, I just added this code to the end of my Joomla site template (template.css) - but it also didn't work.
Is there another option, or I have to edit kunena.default-min.css?
Thanks,
Sorry, my English is bad.
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
color: #5388b4!important; }
#Kunena h2 span.kheadbtn a {
border-color: #FFF;
background-color: #990000; }
but it didn't work. So, I just added this code to the end of my Joomla site template (template.css) - but it also didn't work.
Is there another option, or I have to edit kunena.default-min.css?
Thanks,
Sorry, my English is bad.
Please Log in or Create an account to join the conversation.
13 years 4 weeks ago #142219
by skybax
Replied by skybax on topic Background color of "Edit" button?
do you use the default kunena template? if you dont that css code wont work for you.
post a link to your site
post a link to your site
The following user(s) said Thank You: QuakeLive
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago - 13 years 3 weeks ago #142233
by QuakeLive
Replied by QuakeLive on topic Background color of "Edit" button?
Now it works! I just repeated what was supposed to be done, and it works! :silly:
(browser cache
)
Thank you very much!
(browser cache
Thank you very much!
Last edit: 13 years 3 weeks ago by QuakeLive.
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds