Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038501
    lukasjan
    Participant

    Hello,

    I have tried to remove this portfolio page (http://www.mhealth.lt/produktai/konsultacija-belaidziu-echoskopu/ password:health123) title and space at the top of the page with this code with no success:

    .single-x-portfolio .x-header-landmark {
    display: none;
    }

    .entry-top-navigation {
    margin: 0 !important;
    }

    .single-x-portfolio .entry-wrap h2.h-custom-headline.center-text.h4.accent {
    margin-top: 0 !important;
    }

    How do I remove space and title of my portfolio pages?

    Thanks,

    Lukas

    #1038978
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this custom code in your custom CSS:

    .single-x-portfolio h1.entry-title.entry-title-portfolio{
    display:none;
    }

    Not sure which space that you want to remove. Would you mind sharing us a screenshot with label or marking that you want to remove space.

    Thanks.

    #1039253
    lukasjan
    Participant

    Hi,

    Custom code worked just fine and the spacing looks good as well.

    Thanks.

    #1039324
    Christian
    Moderator

    You’re welcome. 🙂

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