remove an element using child theme
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘remove an element using child theme’ is closed to new replies.