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

How to change css values?

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

How to change css values?

9 years 4 months ago
#3402
I want to edit the css. For the component firebug says it is events_css.css.

So I changed e.g. the background colour of some menu items, saved and uploaded it. But after clearing cache and reloading page it has no effect. Firebug says the css data comes out of the file events_css.css?3.4.12.

What does this mean? I how can I edit the css.

Thanks

Günther.

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

sozzled's Avatar
New Member New Member
  • Posts: 15
  • Thanks: 7

Re: How to change css values?

9 years 4 months ago
#3403
There are many CSS files that you could change however it is a good policy not to change any files that are included with Joomla extensions (this is because most files will be overwritten when you update the extension). As a general rule, I recommend creating a "custom" CSS file where you can group all the little CSS tweaks that you might want to use to tailor various things to suit your specific needs. I recommend you read What CSS file should I change …?

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

Huyen Nguyen's Avatar
Moderator Moderator
  • Posts: 558
  • Thanks: 140

Re: How to change css values?

9 years 4 months ago
#3404
Hi,

There are two ways to add your custom style for NTS Fancy theme on your site.

1. You can add your CSS rules to the NTS Fancy theme.
- Open the events_css.css file in the "com_jevents/views/fancy/assets/css/" path.
- Add your custom style CSS rules to the bottom of file.
- Save and clear cache of your site if you enable.
- Reload your site.

2. Add the custom code to the Joomla template.
- Open the template.css file in the "/templates/gk_university/css/" path.
- Add your custom style CSS rules to the bottom of file.
- Save and clear cache of your site if you enable.
- Reload your site.

Hope this helps
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **

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

Time to create page: 0.422 seconds