How to achieve central title affect in the middle of section images

Hi i want to recreate the same affect as on palaceskateboards webiste.

I want to achieve this on my homepage on the central sections on the triangle images

My webiste is f22london.com and my password is password123

Thank you

Joe

Hi @f22london1 ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css or styles.css

Step 3: Insert the below code at the bottom of the file → Save

.multicolumn-card.content-container a.link.animate-arrow {
    position: absolute !important;
    top: 37% !important;
    left: 100% !important;
}

Result:

Hope this can help you

Kind regards,

HDL-Shin