Add the following at the end of theme’s style.css (WP dashboard -> Appearance -> Editor):
#colophon {
display: none;
}
where i can put this code Sridhar katamam? please send me instructions
clearly.
Thanks,
Hi Thanks, got it it now work.
How about i need to put my new footer? Thanks for the help.
1) Remove the above CSS code.
2) Edit footer.php
Change
do_action( 'cleanretina_footer' );
to
//do_action( 'cleanretina_footer' );
Just above </footer>
paste
<div class="wrapper">
<div id="my-footer">This is my custom footer text.</div>
</div>
3) Edit style.css.
Add the following at the end:
#my-footer {
padding-bottom: 40px;
}
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
You really don’t want to do that exactly. If you edit the original footer.php code or even the original style.css file then when the Clean Retina theme get’s updated you will lose all of your edits. That would not be good.
Create a child theme instead and consider following these instructions from 4 months ago.
http://ww.wp.xz.cn/support/topic/clean-retina-theme-horse-footer?replies=7#post-3644112
That way when the Clean Retina theme get’s updated your work will not get lost.
Thanks for reminding that we should advise users to always use a child theme, Jan.
What to do to bring footer back.?
See point # 1 in post #5 of this topic.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
If you’ve edited the theme’s footer.php file them make a backup of those files (you do want to save your changes right?) and just download a fresh copy of that theme.
http://ww.wp.xz.cn/extend/themes/clean-retina
Extract the zip file into the clean-retina directory and you’ll be back with the original theme files.
Thanks let me do it. i let you know if works for me.
can you give me screen shots on how to change the footer?