Hi @marlarhal
Thank you for reaching out to us.
To make the title visible again, please check out this reference screencast.
Alternatively, you can add the following CSS in Customizer → Additional CSS, which should also fix the issue.
h1.entry-title {
display: inherit;
}
With Regards
Humayon
Hello and thank you for the reply. Unfortunately none of the solutions work. Any other trick?
Hi @marlarhal
Thank you for writing back to us.
Could you please try using the updated code below and check whether it resolves the issue?
h1.entry-title {
display: inherit !important;
}
If the problem still persists, to help us debug further and provide a better solution, please export and share your Customizer settings by following this guide?
With Regards
Humayon
Thank you, that worked like a charm!
-
This reply was modified 3 months, 1 week ago by
marlarhal.
Hi @marlarhal
You’re welcome! We’re happy to hear that the solution worked perfectly.
If you need any further assistance, feel free to open a new topic.
Have a great day 🙂
With Regards
Humayon