How To Make Footer Content in Normal?

Solved

How To Make Footer Content in Normal?

Emiway1
Shopify Partner
86 0 19

i Haven't Selected Bold Text In About Us Section But Still Its Coming In Bold, Want This In Normal Pargraph
URL: https://redpandaoutdoor.in/
Screenshot 2024-10-23 005855.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10202 2423 3068

This is an accepted solution.

Hi @Emiway1 

Try 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:

 

.footer__block-list .prose.text-subdued {
    font-weight: 100 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1729626899322.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.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10202 2423 3068

This is an accepted solution.

Hi @Emiway1 

Try 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:

 

.footer__block-list .prose.text-subdued {
    font-weight: 100 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1729626899322.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.

AnneLuo
Shopify Partner
1300 228 267

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
.prose.text-subdued p {
    font-weight: unset;
    color: rgb(var(--text-color) / .7);
}
</style>

Result:

AnneLuo_0-1729642322823.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PageFly-Richard
Shopify Partner
5011 1120 1803

Hi @Emiway1 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.footer__block-list .prose.text-subdued p {
    font-weight: 100 !important;
}
</style>

PageFlyRichard_0-1729648388837.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.