Viewing 1 replies (of 1 total)
  • Hello,

    Create a “Child-Theme” directory first.

    Now create a “home-service.php” file into your “Child-Theme” directory and open it into any text editor.

    Now copy the code from given this link and paste into “home-service.php” of your “Child-Theme” directory.

    Save the changes.

    After it put below CSS rules into Custom CSS Editor:

    .k-service-url:before {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
    }	
    .screen-reader-text {
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        position: absolute!important;
        width: 1px;
        word-wrap: normal!important;
    }

    Save the changes.

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Adding links to the “services” icons and titles’ is closed to new replies.