- AuthorPosts
- November 18, 2015 at 21:19 #5742
romanapoliartParticipantHello,
I’am using the Mosaïc module.
I would like to change the background color to solid white and I also want to change on lightbox the style of the font, butons (close, go back, next…), eliminate.
Thank you very much
Yours
RomaNovember 20, 2015 at 21:12 #5749
romanapoliartParticipantHello,
I find the way to change the butons but:
– I need to change the background color to solid white (opacity: 1)
– I would like to have more white opacity on the thumbnails on mouse over.
Can you help me with that?
Thank you very much.
RomaNovember 23, 2015 at 12:27 #5754
romanapoliartParticipantThis reply has been marked as private.November 29, 2015 at 17:18 #5760
romanapoliartParticipantThis reply has been marked as private.November 29, 2015 at 23:07 #5764
RattusKeymasterSorry, moved to another hosting and emails about new topics and replies stopped coming. Fixed now.
Put code below to your theme’s style.css
1. White background for popup:
div.pp_overlay { background-color: #ffffff !important; opacity: 1 !important }
2. Center title between controls:
.pp_description { text-align: center; }
Center image description:
.pp_description_long { text-align: center; }
3. Thumbnail opacity:
.gmediaMosaic a:hover img { opacity: 0.5 !important; }November 30, 2015 at 15:02 #5789
romanapoliartParticipantThank You very much Rattus. It’s work well. Have a nice day. Roma
- AuthorPosts
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
