How can I remove page titles and align images under the menu header?

I want to remove the page titles and have the section that contains either a slide show or images to line up under the menu/header as it shows on this page:

https://bleswold.myshopify.com/

This is the page sample that needs the titles removed:
https://bleswold.myshopify.com/pages/about-bles-wold

Hi @kirkcanada

You will need to make this edit inside of your theme to make these changes.

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. I cant see your page via your page due to the password being on the website but you will need to create a new section template to include into your theme.

If you would like more help or information please reach out to me via DM or send me an email.

Hi,

Your website is password protected so please provide password.

Thank you.

the password is skeosh

Please add below css in bottom of assets/base.css file

.page-width.page-width–narrow.section-template–15943944012009__main-padding {

display: none;

}

Thank you.

Thank you for your response. That code worked for the about us page, but not for any others.

I have created each page as a separate template. How do I apply your solution to the other pages?

Hi,

First of all try below css in bottom of assets/section-main-page.css file

and see how many pages are affected for that then after set margin and padding as per site because in this site there are no any common class for page title.

.main-page-title {
display: none;

}
Thank you.

"set margin and padding as per site because in this site there are no any common class for page title. "

do you mean per page instead of per site?
How do I edit the css for each page? I created each page as a template.