Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122446
    dogpile
    Participant

    Dear friends,

    i’ve already searched the knowledge-base and found some hints how to change the style of a blog-post title. Unfortunately none of them worked using the customizer. I am looking for a way to display the post-title in a way that aligns with the the blog post (both should be on the same position on the left side of the page). Could you help me out with some magic sauce or some css 😉
    best regards

    #1122456
    dogpile
    Participant
    This reply has been marked as private.
    #1122479
    Rahul
    Moderator

    Hey There,

    To style your post titles, you need to add following CSS.

    You can add this under Custom > CSS in the Customizer.

    .entry-title {
    font-size: 150%;
    text-align: center;
    }

    Hope it helps!

    #1122632
    dogpile
    Participant
    This reply has been marked as private.
    #1122638
    dogpile
    Participant

    Also the distance between the post-title and the menu-bar is to small.

    #1123031
    Friech
    Moderator

    Hi There,

    First, please look for this block on your custom CSS

    //Überschrift Blog linksbündig
    .entry-header    {
        padding-top:40px;
    }

    And update to this:

    /*Überschrift Blog linksbündig*/
    .entry-header    {
        padding-top:40px;
    }

    Then add this on your custom CSS.

    .single-post .entry-header {
    	margin-left: 5%;
    	margin-top: 5%;
    }

    Hope it helps, Cheers!

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