Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We need to add the text "See product inclusions and specs below." on our product page just below our gallery image but we'd like it to stand out more with a different font size and color.
Here's what we're using on our live theme:
<p class="hidden-pocket">See product inclusions and specs below.</p>
It's a copy pasted code from a different section that actually worked.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
.product .product__gallery p {
font-size: 20px;
font-weight: 700;
padding-top: 20px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Paddy_
PLease, share your store URL. Thanks!
This is an accepted solution.
Thanks for the info, check this one.
.product .product__gallery p {
font-size: 20px;
font-weight: 700;
padding-top: 20px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
It worked! Thank you so much 😁