Tagged: x
-
AuthorPosts
-
November 28, 2016 at 2:27 am #1272901
tamarapensaParticipantHey 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
November 28, 2016 at 2:28 am #1272902
tamarapensaParticipantThis reply has been marked as private.November 28, 2016 at 2:37 am #1272908
Rue NelModeratorHello 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 classmasis 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.
November 28, 2016 at 3:22 am #1272936
tamarapensaParticipantHey.
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
November 28, 2016 at 4:10 am #1272967
Paul RModeratorHi 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
November 28, 2016 at 4:12 am #1272968
ChristopherModeratorHi there,
The code has worked and there in no entry header anymore. Please clear cache and check again.
Thanks.
November 28, 2016 at 4:56 am #1273018
tamarapensaParticipantThank 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
November 28, 2016 at 5:08 am #1273034
ThaiModeratorHey 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 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1272901 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
