Remove title from single page sense theme

Hello,

I’m trying to remove the title from a single page in the Sense theme. I’ve seen similar solutions but none seem to work for this theme.

My website is www.locrx.com and I want the remove the title “Small Business Links” from https://www.locrx.com/pages/links

Hi @locrx ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.page-width.page-width--narrow.section-template--16183081337031__main-padding > h1.main-page-title.page-title.h0 {
    display: none;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

That worked well, thank you very much. I added another script right before this one to hide the header on the shop collection page (Found it in another solution) but now when I navigate to that page it flashes “shop collection” and then goes away. It’s too fast for me to screenshot.

Is there another code I should use?

Can you temporarily remove that code so I can take a look?

I’m sorry, I added it to the bottom of the script and now it’s not there. I apologize for the delay.

I see your problem is gone. Let me know if you need any more help. Thank you

Hello @locrx ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

{%  if canonical_url contains 'pages/links' %}

    {%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team