Shopify themes, liquid, logos, and UX
Hello!
I'm trying to change a few things from the default (choose option) pop up.
1-Reduce Title size so it fits in one row.
2- Center all the content
3-Get rid of ("tax included. shipping.....") and title text.
URL: https://www.lasdunasbyron.com
Thank you so much! I appreciate your help.
Solved! Go to the solution
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.quick-add-modal__content product-info {
text-align: center;
}
.quick-add-modal__content .product__title * {
font-size: 20px;
}
.quick-add-modal__content .product__tax.caption.rte {
display: none;
}
</style>
This will reduce the size and center all things in the quick view modal only and not affect to the product page.
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Could you share your store link to check?
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @BERNAT-LASDUNAS ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
@media only screen and (min-width: 750px) {
.product__info-container .product__title .h1 {
font-size: 25px !important;
}
}
.product__info-container .product__tax {
display: none !important;
}
.product__info-wrapper {
text-align: center !important;
}
</style>
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hey David,
It does work but it also changes the style from the Product page. I would like to only edit the pop up without affecting the product page.
You can try again:
<style>
@media only screen and (min-width: 750px) {
.quick-add-modal__content-info .product__info-container .product__title .h1 {
font-size: 25px !important;
}
}
.quick-add-modal__content-info .product__info-container .product__tax {
display: none !important;
}
.quick-add-modal__content-info .product__info-wrapper {
text-align: center !important;
}
</style>
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.quick-add-modal__content product-info {
text-align: center;
}
.quick-add-modal__content .product__title * {
font-size: 20px;
}
.quick-add-modal__content .product__tax.caption.rte {
display: none;
}
</style>
This will reduce the size and center all things in the quick view modal only and not affect to the product page.
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
That worked beautifully! Thanks for your time.
Glad that i can help, let me know if you need other help.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025