• So I want to remove a bit of code from my sweetdate theme.

    <div class="six columns">
            <input type="text" id="fullname" name="field_1" class="inputbox" required placeholder="<?php _e("Your full name", 'kleo_framework');?>">
          </div>

    I’ve already tested by removing it from my parent theme and I know for sure this is the right bit of code I need to remove.

    Now how do I remove it through the child theme?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • copy the file from main theme to child theme folder and then edit as you want.

    Thread Starter 2tyerd

    (@2tyerd)

    Thanks man worked perfect. I tried it before but it didn’t work because I also had to create the folder the file was in called page-parts

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove an element using child theme’ is closed to new replies.