SKT Biz PRO

Home Forums All Other Themes SKT Biz PRO

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189511
    Andreas Udby AndersenAndreas Udby Andersen
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: January 16, 2022

    Hello, id like to remove the links in the icons on the front.
    The website link is: birdfree.dk

    How do i remove them?

    #189514
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-builder-home-section1-block-1151 a img {
      pointer-events: none;
    }

    Regards,
    Chris

    #189516
    Andreas Udby AndersenAndreas Udby Andersen
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: January 16, 2022

    That worked with the icons, but i can still click on the title, and that will redirect me.

    #189521
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Okay, Kindly use this CSS:

    .skt-builder-home-section1-block-1151 a {
      pointer-events: none;
    }

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.