Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    It looks like the product name is hidden with CSS – https://snipboard.io/GDdWhC.jpg
    If you can remove display: none;, it should show the name.

    I hope this helps ??

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy.

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

    Thread Starter ttrading

    (@ttrading)

    maykato ;
    Do you know what CSS file it is in?

    It did help when i ticked it off.. but dont find it in the css?

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @ttrading!

    You may have added the CSS code to the “Additional CSS” section found in your customizer view. I would recommend you look there. Alternatively, you can add the following CSS code there:

    #page .site-main h1 {
        display: initial !important;
    }

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product Name .. is gone?’ is closed to new replies.