1. giuseppe12345
  2. Commercial Templates
  3. Thursday, 23 April 2015
  4.  Subscribe via email
I would like to fix the text above the image the inscription That Appears on mouseover . make fixed , permanent . Not only on the passage of the mouse

see attachment , you can run it only for the mobile version ?

thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters...


.no-touch .j51gridgallery figure figcaption {
opacity: 1 !important;
transform: translateY(0px) !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
is possible to apply only for mobile?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Please post a URL to an example of your module.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you.

The following will only effect modules in the top-2# module positions...


.no-touch .top-2 .j51gridgallery figure figcaption {
opacity: 1 !important;
transform: translateY(0px) !important;
}


If you have other examples of the module in the same position on other pages which you do not want this CSS to be applied to then I would suggest creating another template style where the CSS will not be added and assign that style to the other pages... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!