how to change text color
how to change text color
12 years 5 months ago - 12 years 4 months ago
hey all,
I am new to joomla extenstions and I have some questions.
- how can I change the textcolour from the form. Only de form and not form the rest of the site. Now is it unreadable white because the rest of the site has a dark background and white text.
I am new to joomla extenstions and I have some questions.
- how can I change the textcolour from the form. Only de form and not form the rest of the site. Now is it unreadable white because the rest of the site has a dark background and white text.
Last edit: 12 years 4 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: how to change text color
12 years 5 months ago
Hi Daanoz,
The first thank you for used our product. If you want to custom any think of the Kunena template and don't lost style when you update new version of the template, you should add your custom to the current Joomla template. Example if you want to change the text color of the Kunena template, please open the template.css file of the Joomla template and add bellow CSS code section to bottom of file.
After that you save file and refresh you site. Let's us know if you have an other problem.
Best regards,
The first thank you for used our product. If you want to custom any think of the Kunena template and don't lost style when you update new version of the template, you should add your custom to the current Joomla template. Example if you want to change the text color of the Kunena template, please open the template.css file of the Joomla template and add bellow CSS code section to bottom of file.
Code:
#Kunena table.blocktable {
color: #fff; /* You can replace the color code by your color code */
}
After that you save file and refresh you site. Let's us know if you have an other problem.
Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds