highlight text or show the bottom of collection

hello dear,

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

1 Like

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

theme name is : Debutify

Url is Topsaledesire.com

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;
}
1 Like

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


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

1 Like