How do I make CSS overrides for Joomla! components
RSDinah! includes a feature that allows you to easily create CSS overrides for any Joomla! component or module (3rd party or our own), without losing any of the changes when performing updates.
This is done by adding a .css file named after the component's internal name in the template's css folder. The full path looks as follows:
/templates/rsdinah/css/components/com_component_name.css
Examples
Head to the folder mentioned above. Here, you will find the CSS overrides that RSDinah! offers, by default, for the following components: Contacts, Content, K2, Kunena, RSBlog!, RSDirectory!, RSEvents!Pro, RSFeedback!, RSFiles!, RSMediaGallery!, RSMembership!, RSTickets!Pro, Smart Search and Users Manager.
By editing any of these files, you will notice that they contain usual CSS code that overrides the components' default definitions.
You Should Also Read
Adding a logo to the main menu |
Changing the background image |
How do I create a template override |
How do I change the favicon image |
How to modify RSDinah!'s style without changing the source code |