Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1272901
    tamarapensa
    Participant

    Hey guys,

    I’ve searched the forum high and low and tried all the solutions I could find, however none have worked for my blog.

    I am having an issue removing the blog title from my blog post pages, the titles are unnecessary because they’re in my featured images.

    Any help would be appreciated, I’d also want to remove the <> arrows as well as removing any white space.

    I will post my blog and credentials just in case in a separate comment.

    Many thanks,

    Tamara

    #1272902
    tamarapensa
    Participant
    This reply has been marked as private.
    #1272908
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To remove the blog title as well as the next and previous arrows, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-post .entry-header {
        display: none;
    }

    The white spaces in your blog post is because of the default margins of the heading tags. You may need to remove or minimizes those white spaces by edit each of your post and have something in this format: <h2 class="mas">You heading text</h2>. The class mas is a utility class for element spacing. Please check it out here: https://community.theme.co/kb/element-spacing/ for more information.

    And by the way, if you want to avoid editing each of your posts, you may apply a custom css in the customizer, Appearance > Customize > Custom > CSS and make use of this code:

    .single-post .entry-content.content h1,
    .single-post .entry-content.content h2,
    .single-post .entry-content.content h3,
    .single-post .entry-content.content h4,
    .single-post .entry-content.content h5,
    .single-post .entry-content.content h6 {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    Hope this helps.

    #1272936
    tamarapensa
    Participant

    Hey.

    Thank you for your help but nothing worked. Blog title and arrows are still present and by white space I meant once the title and arrows are removed for there not to be any white space left behind.

    Thanks,

    Tamara

    #1272967
    Paul R
    Moderator

    Hi Tamara,

    The code is not working because there is a missing close curly bracket in your css code.

    I went ahead and fix it.

    Thanks

    #1272968
    Christopher
    Moderator

    Hi there,

    The code has worked and there in no entry header anymore. Please clear cache and check again.

    Thanks.

    #1273018
    tamarapensa
    Participant

    Thank you very much for your help!

    One more quick question… I’m having issues uploading images to wordpress.

    I keep getting a HTTP Error

    Thanks,

    Tamara

    #1273034
    Thai
    Moderator

    Hey There,

    Please take a look at this article: http://wordpress.stackexchange.com/questions/59763/how-to-fix-http-error-when-uploading-images.

    Hope it helps 🙂

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