How do I move the subheading below the heading on the brooklyn theme slideshow

I am struggling to find a solution to move the Heading above the subheading on the slideshow section on the Brooklyn theme. A subheading above the heading does not look right for my design.

I really appreciate any help on this,

Many Thanks,

Hi @mattybee77 ,

To change you follow the instruction:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss->paste below code at the bottom of the file:
.index-slideshow-section .hero__text-content {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column-reverse;
}

I hope it would help you.

@mattybee77

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.