I’ve removed mine the following way.
Go to your footer-credits.php
this line
$footer_credit = apply_filters( ‘make_show_footer_credit’, false );
I changed the statement from true to false.
HTH
Donna
Hi
Just figured it.
Changed the following
.section-title {
font-size: 24px;
font-size: 2.4rem;
}
to
.section-title {
display: none;
}
Hi
Thanks but after changing its still showing.
The intital code had display set to none and it was ignoring that.
Hi
I have the same question.
Here’s a link to the page i’m referring to
Both the inclusion of the category name and the page title is pushing my content too low.
In an ideal world i’d get rid of both. ( I have the Child theme installed).
Thanks in advance