Shopify themes, liquid, logos, and UX
Hi, how can I move the small text "1 result found for 'WORD I ENTER INTO THE SEARCH BAR'" to the center, enlarge it to 36px, and make it bold?
Here is my store URL: https://1049xn-ya.myshopify.com/
Thanks,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim!
You can add Custom CSS to the search results page to achieve this:
Head to Admin > Online Store > Customise > Search:
Select Search Results > Custom CSS:
Example result:
You can then add the following code to the p tag:
p {
text-align: center;
font-weight: 700;
font-size: 36px;
}
This is the example on your site:
Hope this helps!
This is an accepted solution.
Hi @CreatorTim!
You can add Custom CSS to the search results page to achieve this:
Head to Admin > Online Store > Customise > Search:
Select Search Results > Custom CSS:
Example result:
You can then add the following code to the p tag:
p {
text-align: center;
font-weight: 700;
font-size: 36px;
}
This is the example on your site:
Hope this helps!
Thank you! Works
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025