Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888115
    danailyovev
    Participant

    Hello,
    I have a simple question…

    I figured out how to make my posts full width with:

    .single .x-sidebar {
    	display: none !important;
    }
    
    .single .x-main {
    	width: 100% !important;
    }
    
    .blog .site > .x-container-fluid {
    	max-width: 100% !important;
    	width: 100% !important;
    }

    But i really want to not show the category of posts or the type of the post

    example – http://awakening.bg/kontrolirashti-vzaimootnosheniya/
    How to hide this big “BLOG”and the name of the post?

    #888401
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .single-post .x-landmark-breadcrumbs-wrap .x-landmark,
    .single-post .entry-header {
        display: none;
    }

    Hope it helps 🙂

    #890157
    danailyovev
    Participant

    It worked!

    How can I also hide the name of the post and the HoMe Icon next to it? Thank!

    #890753
    Jade
    Moderator

    Hi there,

    Please try this:

    .blog .entry-title {
        display: none;
    }

    Hope this helps.

    #898254
    danailyovev
    Participant

    Hello again,
    I added it but it’s still there

    http://awakening.bg/7-klyutcha-kam-bozhestveni-vzaimootnosheniya/

    #898588
    Christopher
    Moderator

    Hi there,

    Please disable breadcrumbs from Customize -> Header.

    Thanks.

    #910283
    danailyovev
    Participant

    Lol! Thanks! That was easy!

    #910431
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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