Forum Replies Created
-
AuthorPosts
-
greggnoParticipant
Sanam,
I did disable, but blog/posts are still showing when I go to home page..
Anything else I could try?
Thanks,
GgreggnoParticipantI sent credentials. Can’t tell if they went through correctly. Let me know if you didn’t receive.
Thanks,
GApril 17, 2020 at 1:05 am in reply to: How do I remove the big image section after the header #121069greggnoParticipantHello,
Apologies for my half-baked question before. Let me be more clear about what I’m after.
First of all, my site is: https://www.stumblingoverstardust.com/The post title block was taking up too much room for my tastes:
http://www.stumblingoverstardust.com/wp-content/uploads/2020/04/WPdontwant.jpgSo I removed it by additional css recommended above:
div#page-site-header {
display: none;
}That solved the space issue, only now, my individual post pages don’t show a title at all.
What I’m after is something simple like this:
http://www.stumblingoverstardust.com/wp-content/uploads/2020/04/WPwant.jpgI was able to get that by manually placing a centered H3 heading on the post page,
the problem with that is the heading is then repeated on the the blog front page:
http://www.stumblingoverstardust.com/wp-content/uploads/2020/04/WPdontwanteither.jpgCould you help me code that into additional css so I don’t get the repeat issue?
Thanks in advance for your guidance. Otherwise, the theme is just what I need!
April 9, 2020 at 6:52 pm in reply to: How do I remove the big image section after the header #120544greggnoParticipantCSS fix worked to remove big image, but also removes post title from single post pages.
Can someone help with CSS code to replace just the title?
Thank in advance,
G -
AuthorPosts