We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Search results page - Focal Theme

Solved

Search results page - Focal Theme

galleriste
Pathfinder
102 1 16

Here is an image of the search results on mobile: FullSizeRender_dbe764d6-4c31-4a1b-a3cb-b93df43343d3.jpg

I would like to remove the part that has Works (3) and the two lines above it. Also would like to move the typing space on the search bar a bit to the left. Can't find any code sections to modify this. 

Accepted Solution (1)
suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

@galleriste 

please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
 

 

.input__field{padding: 0 5px;}

tabs-nav#search-tabs-nav {display: none;  visibility: hidden;}

 

 
 
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
11112 1367 1751

@galleriste Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
galleriste
Pathfinder
102 1 16

here is the link: https://568839.myshopify.com/

suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

@galleriste 

please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
 

 

.input__field{padding: 0 5px;}

tabs-nav#search-tabs-nav {display: none;  visibility: hidden;}

 

 
 
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
galleriste
Pathfinder
102 1 16

Thanks!

suyash1
Shopify Partner
11112 1367 1751

@galleriste  welcome, do let me know if you have any other updates, you can here or on email below

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

galleriste
Pathfinder
102 1 16

Also, the search bar input thing is the same for newsletter so I would like to move the typing space slightly to the left on everything that you type on the site.

topnewyork
Astronaut
1552 192 253

Hello, @galleriste 
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

@media screen and (min-width: 741px) {
    .main-search__form + .tabs-nav {
        display: none;
    }
}

.tabs-nav__scroller-inner {
    display: none !important;
}
    .page-header__text-wrapper {
        justify-items: center !important;
}

 Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month