Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358741
    Papabear1609
    Participant

    Hello,

    Can you please help me to remove the expand button on my grid gallery, i would like it to not have that function.

    Thank you very much for your help.

    #1359054
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind sharing us your URL and the screenshot of the button that you want to remove. As of now, not clear which one you want to remove.

    Once we fully understand what you want to achieve, we’ll do our best to help you.

    Thanks.

    #1359398
    Papabear1609
    Participant

    Hi,

    The URL is http://ftmv.org/artwork/

    If you hover over the images, It comes up with the name of the sculpture, I would like to remove the expand button so the pop up does not occur.

    I would also like to increase the text in the boxes, how would i go about doing that?

    #1359402
    Papabear1609
    Participant

    sorry here is the screenshot

    thanks again

    #1359413
    Christian
    Moderator

    Hey there,

    The best way is to edit those elements in the Skin Builder (see attachments).

    If you want a CSS solution, please add the code below in your Appearance > Customize > Custom > Global CSS

    .male .tg-media-button {
        display: none !important;
    }
    
    .male .tg-item-title, .male .tg-item-title a {
        font-size: 25px;
    }

    Thanks.

    #1359543
    Papabear1609
    Participant

    Thats Fantastic, Ive only just started using this plugin.

    Thank you so much!

    #1359573
    Thai
    Moderator

    If you need anything else please let us know.

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