Comments RoadtoPangea started the conversationJuly 23, 2021 at 6:04pmI'm using the standard template and style 7 on the Single Posts template. Unfortunately I can't see the Post Title on the page. Category, date etc are working, but not the title .Do you have a solution?Best,Nadine 2,614PenciDesign repliedJuly 23, 2021 at 6:48pmHi,Please make sure you don't enable the Hide Title option on Elementor Page Settings.You can follow this page & read the instruction: https://elementor.com/help/how-to-hide-page-titles-in-wordpress/Regards,PenciDesignRoadtoPangea repliedJuly 23, 2021 at 7:15pmOh yes, you're right. Thanks so much!one more question:Can I also do a hover in black and white or a CSS like this, but just for the featured image at the top? img { filter: grayscale(100%);} img:hover { filter: grayscale(0%);} Sign in to reply ...
I'm using the standard template and style 7 on the
Single Posts template. Unfortunately I can't see the Post Title on the page. Category, date etc are working, but not the title .
Do you have a solution?
Best,
Nadine
Hi,
Please make sure you don't enable the Hide Title option on Elementor Page Settings.
You can follow this page & read the instruction: https://elementor.com/help/how-to-hide-page-titles-in-wordpress/
Regards,
PenciDesign
Oh yes, you're right. Thanks so much!
one more question:
Can I also do a hover in black and white or a CSS like this, but just for the featured image at the top?
img {
filter: grayscale(100%);
}
img:hover {
filter: grayscale(0%);
}