Okay
  Public Ticket #2700483
Programming Code
Closed

Comments

  • rangeus started the conversation

    How can I disable the link function on the portfolio items under "Industries Served" on the home page? http://cimplesoft.com/

    My client wants it to function exactly like the industry icons on this home page: https://spectraforce.com

    Thank you!

  •  8,399
    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):

    #services .portfolio-items .col.span_3 .work-item .work-info a {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • rangeus replied

    Beautiful! Thank you so much!