Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1107391
    webmastersiga
    Participant

    Hi 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

    #1107842
    Jade
    Moderator

    Hi 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.

    #1108508
    webmastersiga
    Participant

    Magic, 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

    #1108541
    Lely
    Moderator

    Hi 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.

    #1108557
    webmastersiga
    Participant

    Wonderful! It worked adding !important at the end.

    Thank you very much

    #1108580
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1107391 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>