twogirlsthreefeet Posted January 14, 2020 Posted January 14, 2020 Hi! Having trouble finding a CSS code to work for me in the Horizon template. I don't know CSS well, but I can copy & paste and follow directions! I've successfully removed headers and footers from pages before, but I'm unsure how to remove the title of the blog post from the blog page itself. For reference, the main page of our site has these photos that are a part of a blog gallery. When you click on one, it takes you to a blog post page. This was the only way I could figure out how to achieve the effect of the photo dimming and text appearing when hovering. So I click on "I LOVE MY UPSTAIRS NEIGHBOR" and it takes me to this page (a blog post): The goal is to remove that title header on THIS PAGE ABOVE so I can achieve this look BELOW (so I can customize where the title goes, after the main photo header): Hope that isn't too confusing! Thanks!
twogirlsthreefeet Posted January 14, 2020 Author Posted January 14, 2020 wow I literally just figured it out!! if anyone needs help, it's this: <style> article .entry-title { display: none; } </style>
Pabsr Posted April 1, 2020 Posted April 1, 2020 Thanks for figuring that out @twogirlsthreefeet... saved me so much time!
pranita Posted April 24, 2020 Posted April 24, 2020 thank you so much @twogirlsthreefeet!!!! i've been looking for something to fix this and your code finally worked for me :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.