Remove Link from Feature Section 4

Discussion in 'Figero WordPress Theme' started by apexbos, Apr 28, 2014.

  1. apexbos

    apexbos New Member

    Joined:
    Jan 27, 2014
    Messages:
    9
    Likes Received:
    0
    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.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page