How do I remove the Link just from Feature Section 4. I still want the Icon, but just no link. I am using links in the other 3 Feature sections, but Number 4 is blank.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content .feature-content:nth-child(4) img { pointer-events: none; } This will solve your issue.