How do I only change the title color of multiple column?

Solved

How do I only change the title color of multiple column?

Muselabel
Excursionist
44 0 7

I would like to change the title color of multiple columns without changing the color of the small letters in the multiple columns. How can I best do this?

 

Foto 10-10-2024 om 10.43.jpeg

 

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10133 2404 3038

This is an accepted solution.

Hi @Muselabel 

If it's for all section of multicolumn, 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:

 

.multicolumn__title h2 {
    color: black;
}

 

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

     

  • If it's only for one specific multicolumn, then let me know which one. Thanks!

 

 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 4 (4)

Tech_Coding
Shopify Partner
514 132 131

Hello @Muselabel 
Where is this section located can you please share URL and password if any please?

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
Muselabel
Excursionist
44 0 7

...... 

Made4uo-Ribe
Shopify Partner
10133 2404 3038

This is an accepted solution.

Hi @Muselabel 

If it's for all section of multicolumn, 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:

 

.multicolumn__title h2 {
    color: black;
}

 

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

     

  • If it's only for one specific multicolumn, then let me know which one. Thanks!

 

 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.
Muselabel
Excursionist
44 0 7

It worked. Thank You!