0
Welcome Guest! Login
0 items Join Now

SOLVED Disable hover effects in Gantry's Mosaic Grid

  • SOLVED Disable hover effects in Gantry's Mosaic Grid

    Posted 5 years 6 months ago
    • Hi,

      I'm using the Galatea template in Joomla! and would like to disable the hover effects on the mosaic grid. I managed to eliminate the animations, but the color overlay persists.

      Is there a CSS class that I can use directly on the module?

      Thank you!
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Disable hover effects in Gantry's Mosaic Grid

    Posted 5 years 6 months ago
    • Please would you post your URL, superuser id and pswd in the secure tab of your post and I'll have a look for you.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Disable hover effects in Gantry's Mosaic Grid

    Posted 5 years 6 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Disable hover effects in Gantry's Mosaic Grid

    Posted 5 years 6 months ago
    • Use this code...
      .g-mosaicgrid-item:hover img, .g-mosaicgrid-item:focus img {
         opacity: 1;
      }


      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Disable hover effects in Gantry's Mosaic Grid

    Posted 5 years 6 months ago
    • Worked as a charm. Thank you!

Time to create page: 0.081 seconds