Gantry 5 Particle - Product Categories Documentation
Product Categories particle is used on our RnShop Joomla template. You can add any image, text and link to highlight categories or services on your website.
Installation:
Warning: This particle is included on RnShop template by default.
- Download Product Categories particle from particles download area of RcaTheme.com
 - Unzip/Extract the particle zip file on your PC and open the folder
 - 
	
Installing On Joomla!
- Copy 
customandparticlesfolders to-ROOT/templates/DEFAULT_TEMPLATE/using an FTP client like FileZilla. - Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
 - Create a custom.scss file if already not exist.
 - Now add below codes to 
ROOT/templates/DEFAULT_TEMPLATE/custom/scss/custom.scss// Product Categories @import "product_categories"; 
 - Copy 
 - 
	
Installing On WordPress
- Copy 
customandparticlesfolders to-ROOT/wp-content/themes/DEFAULT_THEME/using an FTP client like FileZilla or using your cPanel File manager - Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
 - Create a custom.scss file if already not exist.
 - Now add below codes to 
ROOT/wp-content/themes/DEFAULT_THEME/custom/scss/custom.scss// Product Categories @import "product_categories"; 
 - Copy 
 - 
	
Installing On Grav CMS
- Copy  
particlesandscss(fromcustomfolder) folders to-ROOT/user/data/gantry5/themes/DEFAULT_THEME/using an FTP client like FileZilla. - Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
 - Create a custom.scss file if already not exist.
 - Now add below codes to 
ROOT/user/data/gantry5/themes/DEFAULT_THEME/scss/custom.scss// Product Categories @import "product_categories"; 
 - Copy  
 
Usage:
For others, please check documentation inside this particle by hovering on each option title. We will be adding more information, if you have any issue with this particle please post a question on our support forum.