Tagged: x
-
AuthorPosts
-
November 9, 2016 at 11:31 am #1250366
mwiedmannParticipantHi there,
1. If I’m setting a featured image it’s displayed on the blog preview page. But when I open the single post it’s also shown full size. How can I remove the featured image on the single post site?
2. Is it possible to add a custom headline above a blog category?
November 9, 2016 at 11:33 am #1250368
mwiedmannParticipantThis reply has been marked as private.November 9, 2016 at 12:32 pm #1250437
RupokMemberHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
.single-post .entry-featured { display: none; }#2. If you want to add same heading with text for all category then it could be possible with some JS. Let us know where you exactly want to place the text.
Hope this helps.
Cheers!
November 9, 2016 at 2:26 pm #1250580
mwiedmannParticipant1. Perfect, thanks a lot!
2. I’d like to have a heading on top of the blog category page (“Aktuelles”) so it looks like the other static pages on the website.
EDIT: Same for Contact page (“Kontakt”); needed a heading there as well…November 9, 2016 at 9:19 pm #1251060
FriechModeratorHi There,
Please edit the Kontakt page and do not tick the Disable Page Title option (http://prntscr.com/d5cv84).
For the archive page, actually there is a title there but it is not visible because it is white and it blends on the white background.
You can add this under Custom > CSS in the Customizer.
.archive .h-landmark span { color: #4f4f4f; }Then to change that default Category Archive title, please navigate to Posts > Categories, edit the Aktuelles category and fill the Archive Title option.
Hope it helps, Cheers!
November 10, 2016 at 5:36 am #1251527
mwiedmannParticipantworks fine with the archive title – thanks!
I changed the “kontakt” page as well:
x-header-landmark span { color: #4f4f4f; font-size: 1.2em; margin-left: 60px; }but now the margin-left applys to the archive-title as well. how can I avoid this?
November 10, 2016 at 8:44 am #1251748
JoaoModeratorHi There,
Please add the following code to Appereance > customizer > custom > CSS
.x-header-landmark .h-landmark span { margin-left: 0px; }Hope it helps
Joao
November 10, 2016 at 9:16 am #1251802
mwiedmannParticipantBut then I don’t have the 60px margin on the “Kontakt” page as well.
I need it at “Kontakt” but don’t need it at “Aktuelles”.November 10, 2016 at 11:27 am #1251980
JoaoModeratorHi,
Let´s try this :
.category-aktuelles .x-header-landmark .h-landmark span { margin-left: 0px; }Let us know how it goes,
Joao
November 10, 2016 at 11:45 am #1252010
mwiedmannParticipantEverything alright now, thanks once again for the great support!
November 10, 2016 at 12:31 pm #1252077
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1250366 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
