Comments kkaplane started the conversationSeptember 22, 2018 at 10:12amHi! Is it possible to change the header only for one site? I have to change it because of a new project, but I don't know how... best, karin kkaplane replied privately PenciDesign replied privatelykkaplane repliedSeptember 23, 2018 at 9:51amHi thank you so much for no 1! The second part isn't solved because the logo (the featured image) "JubelMoments" https://www.jubeltage.at/magazin/should be above the sidebar link in all my posts like here:https://www.jubeltage.at/diy-blumenschmuck-einfach-selbermachen-florale-dekoartion-in-der-holzkiste-von-florietta-meisterfloristik/best, Karin 2,700PenciDesign repliedSeptember 23, 2018 at 2:43pmAhh, that's a page and unfortunately, this theme doesn't support that feature for pages.Best Regards,PenciDesignkkaplane repliedSeptember 24, 2018 at 6:07amOk... can I hide special sections on a blog post too?What is the right Custom CSS Code then? body.page-id-13932 .footer-instagram{ display: none; }What shoud I tipe instead of "body.page"? "body.post"?Best regards + many thanks,Karin 2,700PenciDesign repliedSeptember 24, 2018 at 8:50amHi,You can use the code like this: body.postid-2222 .footer-instagram{ display: none; }Change number 2222 to the post ID you want to hide Footer Instagram.Check this guide to know how to find ID of a post.Best Regards,PenciDesignkkaplane repliedSeptember 24, 2018 at 10:41amHi! You are great! Thanks so much! There are 3 things left I want to hide https://www.jubeltage.at/magazin/1. the Title (and categories)2. The Author3. The recommended PostsBest + many thanks,Karin 2,700PenciDesign repliedSeptember 24, 2018 at 10:49amHi,Please try add more this code to Customize > Custom CSS to do that: body.postid-13924 .header-standard.header-classic, body.postid-13924 .post-author, body.postid-13924 .post-related{ display: none; }Best Regards,PenciDesign Sign in to reply ...
Hi!
Is it possible to change the header only for one site? I have to change it because of a new project, but I don't know how... best, karin
Hi thank you so much for no 1! The second part isn't solved because the logo (the featured image) "JubelMoments" https://www.jubeltage.at/magazin/
should be above the sidebar link in all my posts like here:
https://www.jubeltage.at/diy-blumenschmuck-einfach-selbermachen-florale-dekoartion-in-der-holzkiste-von-florietta-meisterfloristik/
best,
Karin
Ahh, that's a page and unfortunately, this theme doesn't support that feature for pages.
Best Regards,
PenciDesign
Ok... can I hide special sections on a blog post too?
What is the right Custom CSS Code then? body.page-id-13932 .footer-instagram{ display: none; }
What shoud I tipe instead of "body.page"? "body.post"?
Best regards + many thanks,
Karin
Hi,
You can use the code like this:
Change number 2222 to the post ID you want to hide Footer Instagram.
Check this guide to know how to find ID of a post.
Best Regards,
PenciDesign
Hi! You are great! Thanks so much!
There are 3 things left I want to hide https://www.jubeltage.at/magazin/
1. the Title (and categories)
2. The Author
3. The recommended Posts
Best + many thanks,
Karin
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign