Re: highlight text or show the bottom of collection

Solved

highlight text or show the bottom of collection

tsdesire
Excursionist
17 2 2

 

hello dear,

can anyone help me with how I can highlight text or show the bottom of the collection?

 

collection page.JPG

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
7687 1853 2268

This is an accepted solution.

Hi @tsdesire 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

h3.collection_grid-title {
    background: lightblue;
    border-radius: 5px;
}

 

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

     

  • You can change the color you like. 
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

PageFly-Theodor
Shopify Partner
691 86 100

This is an accepted solution.

Hi @tsdesire 
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Highlight Text Or Show The Bottom Of Collection, let’s try this solution:

Online Store ->Theme ->Edit code->theme.liquid

<style>
.collection_grid-title {
 
    background: bisque;
}
</style>


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Replies 4 (4)

Nafiul
Shopify Partner
39 4 7

hey @tsdesire 
What's your store url? and which theme are you using? 

- Was my reply helpful? Please Click Like
- Question answered? Mark it as an Accepted Solution.
Your Coffee Tip fuels our coding support magic.BUY ME A COFFEE
Looking for an experienced Shopify developer? Visit PointerFlow.com
tsdesire
Excursionist
17 2 2

theme name is : Debutify

Url is Topsaledesire.com

Made4uo-Ribe
Shopify Partner
7687 1853 2268

This is an accepted solution.

Hi @tsdesire 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

h3.collection_grid-title {
    background: lightblue;
    border-radius: 5px;
}

 

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

     

  • You can change the color you like. 
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

PageFly-Theodor
Shopify Partner
691 86 100

This is an accepted solution.

Hi @tsdesire 
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Highlight Text Or Show The Bottom Of Collection, let’s try this solution:

Online Store ->Theme ->Edit code->theme.liquid

<style>
.collection_grid-title {
 
    background: bisque;
}
</style>


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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