Dawn 15.0 Multicolumn Text Left Justified

Hello!

We’re currently trying to set up a page that showcases live product listings, followed by a multicolumn section. The goal is to have the multicolumn section look exactly like the collection section to maintain consistency, while showing off previous custom made products that we don’t have listings for.

I’ve already added code to make the secondary background of the multicolumn transparent, but I want to adjust the text to be situated to the left just like the products above. I don’t need a second line for the price, just the title (In this case, the text reading “epoxy product”). How do I adjust this? Thanks.

@BrickMill , can you kindly share your store website url? Maybe In can help.

https://brickmillfurniture.com/pages/epoxy

@BrickMill , you can follow these steps:

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file base.css and add this css code below, in the top of file:

.card-information .price {
    display: none !important; 
}

Here result, no price, only title.

If it work, please mark my answer as solution.