Tagged: x
-
AuthorPosts
-
July 28, 2016 at 12:11 pm #1107391
webmastersigaParticipantHi there! X theme is awesome!
Can you help me with extension “The Grid”? I’m using “Lome” model. I could already find CSS customization on the forum, how to change the font size, remove date, to not break words.
I would like to have the title not uppercased. Is that possible through CSS code? Is it also possible to get the image zooming a bit like in the “Sofia” exemple?Thanks in advance for your help.
creationdesoi.ch
July 28, 2016 at 6:28 pm #1107842
JadeModeratorHi there,
I can’t seem to see the dates anymore in the grid on the homepage. To add a zoom effect in the image on hover, please add this code:
.lome .tg-item-media-holder:hover .tg-item-image { transform: scale(1.1); }Hope this helps.
July 29, 2016 at 3:42 am #1108508
webmastersigaParticipantMagic, it works! Thank you! I already managed to hide the date with:
.tg-item-date { display: none!important; }How can I get the letters of my title post/page not in capital letter. Every letter is uppercase, I don’t want that. Can we change it?
Thanks
July 29, 2016 at 4:14 am #1108541
LelyModeratorHi There,
You’re welcome.
Please use this CSS:.lome .tg-item-title, .lome .tg-item-title a { text-transform: initial; }It will be display depends on how you add it.
Hope this helps.
July 29, 2016 at 4:29 am #1108557
webmastersigaParticipantWonderful! It worked adding
!importantat the end.Thank you very much
July 29, 2016 at 4:56 am #1108580
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1107391 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
