• Resolved Visual Vision

    (@visualvision)


    Hi everyone,

    I need some help with my website. Here’s the issue:

    I built the website using Astra and Elementor, both of which are free. Unfortunately, no titles are shown in my single post view. I have checked the toggle in the Customizer and the title area is switched on. I have also experimented with different positions.

    I can’t use the Theme Builder in Elementor to customise the single post view because I use the free version. So, I guess I can’t control it by adjusting things there — or can I?

    I finally tried to make it visible by adding some code to my child theme. As this didn’t work either, I tried a code snippet.

    As nothing has worked for me so far, I am asking you for help.

    I look forward to hearing from you soon.

    Kind regards,

    Nicole

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @visualvision,

    The single post have been checked, the title is there & title is cameras. For better understanding please refer the below listed screenshot-

    https://prnt.sc/UIT9juQ2kiEl

    In order to show title you need to apply below listed custom css under Appearance > Customize > Additional CSS

    <pre>
    h1.entry-title {
    display: block !important;
    }
    </pre>

    Kind regards,

    Manoj

    Thread Starter Visual Vision

    (@visualvision)

    Thank you, Manoj!

    That works perfectly!

    Kind regards,

    Nicole

    Hi @visualvision,

    It looks like there may have been a Customizer configuration or a small conflict causing that issue. I’m glad to hear your CSS workaround did the trick!

    Don’t hesitate to reach out if you need any further assistance in the future.

    Best regards,
    Aradhy 😊

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Titles not visible in single post view’ is closed to new replies.