– I’ve created the child theme
– I’ve activated it
– I did some changes in the style.css:
/*
Theme Name: Simple Catch
Theme URI: https://catchthemes.com/wp-themes/simplecatch
Description: Child theme for the Simple Catch theme
Template: simple-catch
Version: 0.1.0
*/
@import url("../simple-catch/style.css");
#content td {
border-top-width:0px;
}
Do you have a tutorial for the sticky footer especially with the child theme?