DEBUT THEME ADD BUTTON READ MORE READ LESS/LOGO CHOPED ON COLLECTION PAGE/SCROLL BAR COLLECTION GRID

I want to add a button to view all brands in a collection that will be at bottom of the collection list on the main page that can redirect people to see all the brands.

Also I would like to get rid of the scroll bar that’s showing on collection list grid.

And I would like to add a read more , read less button for the Collection description.

Another thing also is that the logo on collection is chopped off how do I make it come complete.

my theme is Debut

www.shopcigarsnow.com

pass absolute

Hi @shopcigarsnow

I have checked your website and it seems that you have solved the 3rd and 4th point.

So I will suggestion you point 1 and 2

  • Point 1: Add a button to view all brands in a collection

First go to your store admin page => Go to online store => Edit code

Step 1: You search for the card


in the Sections folder with the file name possibly being collection-list.liquid

Step 2: Below your code line ending tag (tag ending with line) add the following code:


View all

Please note that the value in href is the url to the page you want to go to (Eg: Collections).

With the second question:

Step 1: Go to assets folder => Select theme.css

Step 2: Ctrl + F to search for the collection-grid property:

.collection-grid {
margin-bottom: -22px;
overflow: auto;
}

Step 3: Change overflow: auto to overflow:visible

Remember to save the changes of the files and reload your store to track the changes.

If it work, please mark as a solution. Good luck!

Awesome it worked. thank you very much!

it worked also. Thank you in advance. But two things 1.The view all button appeared on the left I would like in the middle 2. how can I change the link it goes to. for example I would like this to go to the collection is displaying there.

thank you