Okay
  Public Ticket #3422716
Links
Closed

Comments

  •  9
    davidgrette started the conversation

    Hello,

    How to disable the link from the portfolio?) I just need a neatly designed grid, without links to any pages.

    2491223802.png

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Try adding a custom ID to the services row with the portfolio items and we can share some custom CSS with you. You can do so as shown in this screenshot.

    7123984687.png

    We look forward to your response.

    Kind regards,

  •   davidgrette replied privately
  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    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):

    #services .nectar-post-grid .bg-overlay, .nectar-post-grid .nectar-post-grid-item-bg, 
    #services .nectar-post-grid .nectar-post-grid-item-bg img, 
    #services .nectar-post-grid .nectar-post-grid-link, 
    #services .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item-bg-wrap a {
      pointer-events: none !important;
    }
    

    Thanks,

  •  9
    davidgrette replied

    Thanks, it works!