Hi, i have been designing my website with your Illdy theme. Everything has been fine except that today i needed to insert something into the head section of my site. As i could not find this through wordpress i downloaded “head and foot” plugin. I entered my code and google verified this – so all good. BUT i went back to check my web page and for some reason underneath my main heading “sewing machine repairs and servicing” and its background image, i now have the type"Homepage" and four vertical lines before my “about” section. I do not know how this got there nor do i know how to remove it! I have tried taking out the code i entered in "head and foot"but this doesn’t seem to change it. Help!
Hello there,
I hope you are doing well today.
In order to remove this, please try disabling the head and foot plugin, if that does not for please provide a link to your website so that we can create some CSS code to remove it.
Best Regards,
Support
I have tried to disable the plug - in but it didn’t seem to affect it. www.thesewingmachinedoctor.co.uk
Hello there,
Thanks for that information.
You can use the following CSS code to remove the section by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove homepage header*/
section#static-page-content {
display: none;
}
Another option is to go to Appearance > Widgets and check to see if the plugin added anything to the widget sections there.
Best Regards,
Support
Awesome that worked. Thank you for very prompt and great help!
tim
Hello there,
I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.
Best Regards,
Support