Customizing A Product in Parallax Theme - Please Help!

Hello!

I’m building a landing page for my company and need to remove the below-circled text from my Product page.

Could someone please help me make this adjustment?

Thank you in advance!

-Tim

Hi @TimDono1

Do you want remove “You may also like” text?
If yes then please add this code in styles.css file

div#shopify-section-product-recommendations {
    display: none;
}

Please like and accept the solution.

Thank you

1 Like

That worked! Thank you!!

Do you or anyone else know how to remove the “Free” text to the left of “Coming Soon” circled in the snapshot below?

Thank you in advance for your consideration.

-Tim

I’ve seen an option that might solve this issue for you.

If you enter the homepage customization screen,
click on the “Theme Settings” on the bottom left side panel,
then go to “Product Grid” & finally scroll down until you see:
“Free” text (for $0 products)

This is a textbox on my end & it’s pre-filled with the word “Free” in it.
Maybe if you remove that text then it will remove the words from your product page.
Or at the very least you can replace it with something else that might be more fitting.

I hope that helps!

1 Like

@IronAgeGuitar It worked! Thank you for being so helpful - much appreciated!!

Here are a few more that I need help with. Perhaps you or someone else could help me with these final edits? Thank you in advance for your time and consideration. - Tim

Blank Space on the Product Page

Could someone help me tighten the blank space between my website’s menu bar and the product image? Please see the snapshot below:

Blank Space on the Collections Page

Same issue on the Collections page. Please see the snapshot below:

Remove “Type: Unknown Type” Text

In the bottom right-hand corner of the Product page, beneath “Share” and “Collections,” you will see a category titled “Type.” I want to remove this category from my product page. Please see the snapshot below.

To remove the “product type”, the option is also in the same editing section mentioned previously.
Only this time click on a product while in the editor, then on the left side click the “product” option with a small tag icon next to it.
There should be a section that looks like this:

PRODUCT INFORMATION

Show tags
Show type
Show vendor
Show SKU
Show social media share icons
Show collections

Just uncheck “show type”

As far as the spacing issue, that will have something to do with a variable known as “padding”.
You might find a way to modify that in the same customization menus, maybe check the Header section & look for “Content area top padding”.

I hope that helps, best of luck!