Shopify themes, liquid, logos, and UX
When the ''Choose option'' popup opens on the Crave theme, you see a huge font that you have no option to change. Does this problem have a solution?
You can check it on my website : www.craftivaart.com
Solved! Go to the solution
This is an accepted solution.
Hello @craftivaart
It's GemPages support team and glad to support you today.
You can use the following CSS code:
where this line can be replaced with CSS properties: color, font-size, font-family...
/* Custom css code */
.quick-add-modal__content-info .product__info-wrapper a.product__title > h2{
/* Custom css code */
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
This is an accepted solution.
@craftivaart
add below css base.css(online store->theme->asset->base.css)
h2.h1 {
font-size: 13px !important;
}
fieldset.js.product-form__input {
display: flex !important;
}
.product-form__input input[type=radio]:checked+label {
background-color: rgb(var(--color-foreground));
color: rgb(var(--color-background));
width: 306px !important;
height: 61px !important;
}
This is an accepted solution.
Thank you for your detailed solution. I really appreciate it.
This is an accepted solution.
Hello @craftivaart
It's GemPages support team and glad to support you today.
You can use the following CSS code:
where this line can be replaced with CSS properties: color, font-size, font-family...
/* Custom css code */
.quick-add-modal__content-info .product__info-wrapper a.product__title > h2{
/* Custom css code */
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
This is an accepted solution.
@craftivaart
add below css base.css(online store->theme->asset->base.css)
h2.h1 {
font-size: 13px !important;
}
fieldset.js.product-form__input {
display: flex !important;
}
.product-form__input input[type=radio]:checked+label {
background-color: rgb(var(--color-foreground));
color: rgb(var(--color-background));
width: 306px !important;
height: 61px !important;
}
Thank you so much!
This is an accepted solution.
Thank you for your detailed solution. I really appreciate it.
Could you please tell me if there is any solution for the mobile version? It does not look good on a mobile device.
User | RANK |
---|---|
222 | |
149 | |
63 | |
49 | |
45 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023