Remove Collection Name and arrows from Featured Collection on homepage?

Remove Collection Name and arrows from Featured Collection on homepage?

NorthProstock
Tourist
4 0 1

Theme is Bullet

Store link: https://b7becc-58.myshopify.com/

Trying to remove the Featured Collection name/title above the carousel's and remove the directional arrows.

 

I tried this

"Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file app.css

Step 3: Paste the below code at bottom of the file -> Save

 

.loadmore {     display: none !important; }"

 

I also tried this

"You can remove it by adding this code in Online Store > Themes > Edit code, open theme.liquid file, add this code below after <head> 

<style>
.products .loadmore { display: none !important; }
</style>

 

But neither of these worked unfortunately!

Any other suggestions?

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
9887 2354 2953

Hi @NorthProstock 

Is this for all the featured collection or only in 1 section. 

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

 

.gs-title {
    display: none !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1714748670192.png

Note: this code is to remove all the title and arrows. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.