Read before updating: How to Update Kunena Templates - More detail

Change color from button

G Topic Author
New Member New Member
  • Posts: 6
  • Thanks: 1

Change color from button

11 years 3 months ago - 11 years 3 months ago
#2132
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?

Last edit: 11 years 3 months ago by gjhvs.

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Change color from button

11 years 2 months ago
#2137
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.
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
The following user(s) said Thank You: gjhvs

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

G Topic Author
New Member New Member
  • Posts: 6
  • Thanks: 1

Re: Change color from button

11 years 2 months ago
#2152
Thanks!

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

Time to create page: 0.280 seconds