Joomla – Add Background Image to Ximenia Roksprocket Showcase

How to add a back ground image to the Ximenia’s Roksprocket Showcase module. In this example, we’re targeting just a page called Programs that is specifically set to the Ximenia RED background. Set up Child Theme with Custom CSS and images folder: 1. Create and FTP upload a custom CSS file: root > templates > rt_ximenia_responsive…

Joomla – Remove Padding Around Ximenia RokSprocket Showcase Image

Problem: There’s a bunch of ugly empty padding around Ximenia’s Showcase images. Theme: RocketTheme’s Ximenia Responsive. Joomla Module: RokSprocket Showcase module. The CSS class that’s causing the trouble is: .module-surround (class=module-surround). Even when I hide the Show Title option on the RokSprocket Showcase, the extra padding still shows – even though it’s empty. Solution: Add “noblock” to RokSprocket’s…

Joomla – Ximenia Child Theme Custom CSS

Where do I put my Ximenia Child Theme’s Custom CSS file? Answer: root/templates/rt_ximenia_responsive/css/rt_ximenia_responsive-custom.css. This also prevents the customizations from being deleted when the theme is updated. I had incorrectly named my custom CSS file rt_ximenia-custom.css – causing much frustration. Ugh. It’s supposed to be: rt_ximenia_responsive-custom.css. I had left out the word “responsive” by accident. NOTE:…