How can I hide the heading title on a linked page in Avenue Theme?

Hello coders,

I have no clue how to hide the heading title on a linked page: about. Here is the link: https://1x0t75vjbzwsfgit-31149031564.shopifypreview.com

navigate to “Montelinas”. Do you have any idea how to manage it? Appreciate.

Thx

@laketko

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.min.css->paste below code at the bottom of the file.
#shopify-section-template--15127019258017__main .twelve.text-center.bottompad-half {
    display: none;
}