Change color from button
Change color from button
11 years 3 months ago - 11 years 3 months ago
Hi,
I want to change the (hover)color from the button NEW TOPIC etc.
When you move over the button with your mouse it become green, want to change the green color. Where and in wich file can I change it?
I want to change the (hover)color from the button NEW TOPIC etc.
When you move over the button with your mouse it become green, want to change the green color. Where and in wich file can I change it?
Last edit: 11 years 3 months ago by gjhvs.
Please Log in or Create an account to join the conversation.
Re: Change color from button
11 years 2 months ago
Hi gjhvs,
If you want make special color for the "Create New" button, you can copy and add below CSS rules to the template.css file of your joomla! template.
Save file and refresh your forum to view all change.
Hope this helps
If you want make special color for the "Create New" button, you can copy and add below CSS rules to the template.css file of your joomla! template.
Code:
body #Kunena div.kmessage-buttons-row a:first-child {
border-color: #096; /* Change by your color code */
}
body #Kunena .kicon-button span.newtopic,
body #Kunena .kmessage-buttons-cover .kicon-button span.newtopic {
background-color: #096; /* Chagne by your color code */
color: #fff;
}
Save file and refresh your forum to view all change.
Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: gjhvs
Please Log in or Create an account to join the conversation.
Time to create page: 0.280 seconds