I thank you in advance..Do you mean removing logo from footer?
I did that by overriding the "footer.mustache" core template file in my theme. I don't remember exactly as it was long time ago
If I'm not mistaken by removing "{{{ output.home_link }}}".
It depends on the theme you are using and which core theme it inherits from. For example, if your theme is created by inheriting from "boost" then you need to create folder 'templates' containing 'theme_boost' which in turn should have .mustache files that you want to be used in the theme.
I did that by overriding the "footer.mustache" core template file in my theme. I don't remember exactly as it was long time ago
It depends on the theme you are using and which core theme it inherits from. For example, if your theme is created by inheriting from "boost" then you need to create folder 'templates' containing 'theme_boost' which in turn should have .mustache files that you want to be used in the theme.
Home--->Site administration--->Appearance--->Themes--->Moove--> Advanced
Raw SCSS
#page-footer{display: none;}
Raw SCSS
#page-footer{display: none;}
Try adding this to the custom css for your theme.
.homelink {display: none;}
In newer versions, replace .homelink with .sitelink
3.0.4 is well out of date now though. Bug fixes for general core bugs in 3.0.x ended 14 November 2016 and bug fixes for security issues in 3.0.x ended 8 May 2017. Please consider updating to a newer version.
.homelink {display: none;}
In newer versions, replace .homelink with .sitelink
3.0.4 is well out of date now though. Bug fixes for general core bugs in 3.0.x ended 14 November 2016 and bug fixes for security issues in 3.0.x ended 8 May 2017. Please consider updating to a newer version.