Home Forums Total Remove Links in Service Section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3015
    Xethon
    Participant

    Hi,

    is it possible to remove the links on the items of the Service Section? The slide by clicking on an item is cool but I dont want the links on an extra page.
    Hope you can help me.

    Greetings!

    #3072
    Hash
    Keymaster

    Yes, it is possible with Custom CSS. In the customizer panel, add the below CSS code in the Additional CSS field

    .ht-service-text a{
    display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.