Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1244780
    blissmarketing
    Participant

    hello is there a way with essential grid to make it not have a skin so nothing changes when you scroll over it

    i am using it to display pictures but i dont want them to change when i hover – no skin / no titles etc

    see attached screenshot – the image with mouse on goes black and white

    #1244850
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1249612
    blissmarketing
    Participant
    This reply has been marked as private.
    #1249613
    blissmarketing
    Participant

    have just sent details in private – its the first set of pictures on the hompeage

    #1249719
    Christopher
    Moderator

    Hi there,

    If you don’t want to display additional information on hover, why don’t you add image element to your page?
    Add a section, divide it into three columns, enable ‘marginless columns’ option and add one image in each column. This give you the result you’re looking for.

    Thanks.

    #1249784
    blissmarketing
    Participant

    hello thankyou for your reply…
    we like the essential grid function when the page is responsive
    is there no way to just turn off the hover effect on this grid?
    surely there must be a way?

    #1249818
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .esg-entry-cover.esg-fade {
        display: none !important;
    }

    Hope that helps.

    #1262070
    blissmarketing
    Participant

    amazing – thankyou – that worked — but it did it for all of them — is there a way to do for a particular skin?

    #1262187
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! If you want to apply it to a specific skin, simply use this code:

    .eg-skin-name-wrapper .esg-entry-cover.esg-fade {
        display: none !important;
    }

    Please make sure that you inserted the correct skin name.

    Hope this helps.

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