Shopify themes, liquid, logos, and UX
My site is TuneToyz.com and this is what the ladning page currently looks like. I want it to look more like the below image with the product being in the center of the page and being relatively larger compared to mine. I also want to make it so that Home Catalog and FAQ part shows above it(Currently you have to scroll down to make it show). Thank you!
Solved! Go to the solution
This is an accepted solution.
You have too much code in custom CSS of your theme, please add this code to theme.liquid file, in Online store > Themes > Edit code after <head>
<style>
.section-header .header-wrapper {
position: relative !important;
}
.header__menu-item {
color: #121212 !important;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .grid {
justify-content: center !important;
}
</style>
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Code update
<style>
.section-header .header-wrapper {
position: relative !important;
}
.header__menu-item {
color: #121212 !important;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .grid {
justify-content: center !important;
}
@media (max-width: 749px) {
body .header__icon--menu .icon-hamburger {
color: #000;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .collection .grid__item:only-child {
max-width: 60%;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .card-information,
#shopify-section-template--18148672340180__featured_collection_XTEyrK .card__information { text-align: center; }
}
</style>
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
@TuneToyz are you going to have this single product on this page?
yes I am
@TuneToyz please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.product-grid{justify-content: center;}
hey I added it but tit didnt seem to change
@TuneToyz where exactly did you add it? I am not seeing this code on browser view
I added here
@TuneToyz add closing bracket } to the line 3705 and check
Hey,
I want it to look like this. Would you know how to do it?
Add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.section-header .header-wrapper {
position: relative !important;
}
.header__menu-item {
color: #121212 !important;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .grid {
justify-content: center !important;
}
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
hey,
Whenever I try to add the code I get this error
This is an accepted solution.
You have too much code in custom CSS of your theme, please add this code to theme.liquid file, in Online store > Themes > Edit code after <head>
<style>
.section-header .header-wrapper {
position: relative !important;
}
.header__menu-item {
color: #121212 !important;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .grid {
justify-content: center !important;
}
</style>
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you so much!
Happy I could help!
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey theres one small problem the product appears to be too big on mobile and the menu bar on mobile is white instead of black would it be possible to fix this. I want it to look like the first image. Thanks again!
Also would there be a way to make the price be centered?
This is an accepted solution.
Code update
<style>
.section-header .header-wrapper {
position: relative !important;
}
.header__menu-item {
color: #121212 !important;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .grid {
justify-content: center !important;
}
@media (max-width: 749px) {
body .header__icon--menu .icon-hamburger {
color: #000;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .collection .grid__item:only-child {
max-width: 60%;
}
#shopify-section-template--18148672340180__featured_collection_XTEyrK .card-information,
#shopify-section-template--18148672340180__featured_collection_XTEyrK .card__information { text-align: center; }
}
</style>
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thanks again!
Very welcome!
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024