All things Shopify and commerce
Hi, i want to change the size of the category bubbles and the title text in to the mid. it's looking like this right now:
and i want to look it like this:
https://ba571d-cc.myshopify.com/
password: 1239
Dawn Theme 15.0.0
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @store095,
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file base.css.
Step 3. Add these codes to the end of the file
@media only screen and (max-width: 990px) {
.collection-list.contains-card {
display: grid!important;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
}
.collection-list.contains-card .card__heading > a {
font-weight: bold;
}
You will get the result like this in mobile
If it helps you, please like and mark it as the solution.
Best Regards
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!
Hello @store095
Go to online store ---------> themes --------------> actions ------> edit code------->base.css.
add this code at the very end of the file.
@media only screen and (min-width: 750px) {
h2, .h2 {
font-size: 59px !important;
text-align: center;
}
}
#shopify-section-template--23267894559060__collection_list_yAdLwf .collection-list .card__information .card__heading {
font-size: 33px !important;
font-weight: 900;
}
.collection-list-wrapper {
max-width: 1000px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi, i want it only at the mobile version, not desktop version.
But still thanks for your time and work.
Best regards
This is an accepted solution.
Hi @store095,
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file base.css.
Step 3. Add these codes to the end of the file
@media only screen and (max-width: 990px) {
.collection-list.contains-card {
display: grid!important;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
}
.collection-list.contains-card .card__heading > a {
font-weight: bold;
}
You will get the result like this in mobile
If it helps you, please like and mark it as the solution.
Best Regards
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!
Thanks.
I can‘t find the file base.css. I‘m using the Dawn theme 15.0.0 and my store url is https://ba571d-cc.myshopify.com/ .
@store095 Follow this please,
Step 1
Step 2
Step 3: Add to the end
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!
I just found it and it's working.
Thank you. 🙂
You Goto Step 1. Go to Admin -> Online store -> Theme >
Step 2. Go To Customize
Step 3.Go To this perticular section and this section to setting to go down and search for mobile layout and this dawn side you got this setting Number of columns on mobile
Hi @store095,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.collection-list-title {
text-align: center;
}
.collection-list .grid__item {
width: calc(33.33% - var(--grid-mobile-horizontal-spacing)* 2 / 3);
}
}
- Here is the solution for you @store095
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media only screen and (max-width: 600px) {
.collection-list.contains-card.contains-card--collection {
grid-template-columns: repeat(3, 1fr) !important;
gap: 8px !important;
display: grid !important;
}
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month nowBy 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024