How can I hide a page title and modify H2 font in PageFly?

Hi everyone,

How can I hide the title of this page? The instructions that I found here (and on this forum) simply don’t work for me.

Also, when I mark something as H2 in PageFly (only H2, no H1/H3) the text turns capital. PageFly support told me that I can change this in Shopify but I cannot figure out where.

Thanks for the help!

@r-and-p

yes pleas share page code so i will update


  

    

      

        # {{ page.title }}
      

      
        {{ page.content }}
      

    

  

@r-and-p

thanks can you please try


  

    

{% unless page.handle == "review-page" %}
      

        # {{ page.title }}
      

{% endunless %}

      
        {{ page.content }}
      

    

  

Already tried to add this piece of code, nothing changed…

@r-and-p

For reference , this is what a collaborator access does: About collaborator permissions · Shopify Help Center
The Shopify Collaborator Account: What You Need to Know
Partners: Requests for staff access when providing assistance is not appropriate. Guidance should be provided within the topic if possible, and if access is required the collaboration feature detailed in this blog post should be used over requesting staff access: The Shopify Collaborator Account: What You Need to Know

Sorry but honestly I can’t understand what you mean…

@r-and-p

if mean if possible to add me staff account so i will check code on your store theme code