0
Welcome Guest! Login
0 items Join Now

SOLVED mixed image in showcase

    • beamaria's Avatar
    • beamaria
    • Elite Rocketeer
    • Posts: 513
    • Thanks: 6

    SOLVED mixed image in showcase

    Posted 12 years 6 months ago
    • Hi,
      I've downloaded the gantry rocket launcher for joomla and installed it without problem; I was able to set background images for header, footer and mainbody in a gantry-custom.css file, but when I tried to change also the default background image in showcase , my image is mixed with the one of default

      i wrote this rule in my custom.css

      div#rt-showcase {
      background: url('../images/patterns/myimage.png');
      }

      and the default checked pattern is visible together with my image...

      Sorry, no link, I'm working on local

      Any idea how to solve this trouble?
      Thanks!!
    • beamaria's Avatar
    • beamaria
    • Elite Rocketeer
    • Posts: 513
    • Thanks: 6

    Re: SOLVED mixed image in showcase

    Posted 12 years 6 months ago
    • This is how I solved the problem:
      just write this rule in gantry-custom.css

      div#rt-showcase .rt-showcase-pattern {
      background: url('../images/patterns/myimage.png'); !important;
      }

      After clear the browser cache and done!!!

Time to create page: 0.055 seconds