All things Shopify and commerce
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.
Hi Paddy_
I may be able to help. If you are looking to increase the font size and change the color of the text, based on the provided class please apply this code to the Custom CSS section inside your theme:
.hidden-pocket {
font-size: 18px;
color: #ff0000;
}
Note:
Hopefully, this helps.
Cheers!
This is an accepted solution.
Hi Paddy_
I may be able to help. If you are looking to increase the font size and change the color of the text, based on the provided class please apply this code to the Custom CSS section inside your theme:
.hidden-pocket {
font-size: 18px;
color: #ff0000;
}
Note:
Hopefully, this helps.
Cheers!
This worked too. Thank you! And for the hex code website. 😁
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024