Okay
  Public Ticket #2715451
portfolio
Closed

Comments

  •   geraldine started the conversation
  •  2,962
    Andrew replied

    Hi Geraldine.

    Please try this css:

    .nectar-post-grid-wrap[data-style="content_under_image"] .nectar-post-grid[data-grid-spacing*="px"][data-card="yes"] .nectar-post-grid-item {
        transition: transform 0.32s ease, background-color .32s ease;
        pointer-events: none !important;
    }

    Thanks.

  •  8,848
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-post-grid-wrap:not([data-style="content_overlaid"]) .nectar-post-grid-item-bg-wrap a {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    geraldine replied

    Thanks Tahir

    This worked! Thanks so much.  

    Take care!