Re: <p> font size and color for .liquid (css)

Solved

<p> font size and color for .liquid (css)

Paddy_
Tourist
5 0 1

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. 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

Thanks for the info, check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product .product__gallery p {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1729009420972.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9552 2276 2824

Hi @Paddy_ 

PLease, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Paddy_
Tourist
5 0 1
Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

Thanks for the info, check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product .product__gallery p {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1729009420972.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Paddy_
Tourist
5 0 1

It worked! Thank you so much 😁