Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250366
    mwiedmann
    Participant

    Hi 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?

    #1250368
    mwiedmann
    Participant
    This reply has been marked as private.
    #1250437
    Rupok
    Member

    Hi 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!

    #1250580
    mwiedmann
    Participant

    1. 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…

    #1251060
    Friech
    Moderator

    Hi 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!

    #1251527
    mwiedmann
    Participant

    works 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?

    #1251748
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > customizer > custom > CSS

    .x-header-landmark .h-landmark span {
      margin-left: 0px;
    }

    Hope it helps

    Joao

    #1251802
    mwiedmann
    Participant

    But 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”.

    #1251980
    Joao
    Moderator

    Hi,

    Let´s try this :

    .category-aktuelles .x-header-landmark .h-landmark span {
      margin-left: 0px;
    }

    Let us know how it goes,

    Joao

    #1252010
    mwiedmann
    Participant

    Everything alright now, thanks once again for the great support!

    #1252077
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1250366 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>