Tagged: footer
- This topic has 7 replies, 2 voices, and was last updated 9 years, 7 months ago by Sakin.
-
AuthorPosts
-
April 7, 2015 at 10:30 pm #55285SarahParticipant
Hi
I just installed the Simple Catch Pro. http://www.rapunzel-will-raus.ch
Above the slider you see the “Impressum”, the legal notice. How can I put it in the footer?
Thank you for helping me.
Regards,
SarahApril 7, 2015 at 10:56 pm #55290SakinKeymaster@Sarah: where in the footer you want to add in. If you want to add that in Footer site info section then go to “Appearance => Theme Options => Footer Options => Footer Editor” box, you can add just after All Rights Reserved. as below:
<a href="http://rapunzel-will-raus.ch/impressum/" title="Impressum">Impressum</a>
April 7, 2015 at 11:17 pm #55296SarahParticipant@sakin That’s exactly what I wanted. Thank you.
But I just want it in the footer. I wanna delete it in the header as a page. Can I delete it there and it will still appear in the footer?
April 7, 2015 at 11:31 pm #55298SakinKeymaster@Sarah: About the header. You can create Custom Menu from “Appearance => Menus” and add the pages, category and links that you want and save menu. After that you need to assign menu location as Primary Menu from “Appearance => Menus => Manage Locations”. In this way you can just add in the pages that you want. For more about custom menu, check this http://catchthemes.com/blog/custom-menus-wordpress-themes/
April 8, 2015 at 12:26 am #55303SarahParticipantThank you, I know that. What I mean is that I want the Impressum JUST in the footer, not in the header. How can I do that (hide the Impressum in the header and have it in the footer)?
April 8, 2015 at 12:37 am #55304SakinKeymaster@Sarah: Thanks page “Impressum” that you are getting in header is from Default Page menu. I mean that you can replace that with your custom menu. So, in your custom menu don’t add that page. I already gave code to add in footer.
But if don’t want to use custom menu and stick with default page menu then you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
#access .page-item-131 { display: none; }
April 8, 2015 at 12:41 am #55306SarahParticipantI jused the css. It works.
THANK YOU SO MUCH. As always, you are the best! 🙂
April 8, 2015 at 12:43 am #55307 -
AuthorPosts
- The topic ‘Impressum (Legal Notice) in Footer’ is closed to new replies.