Shopify themes, liquid, logos, and UX
Hi there,
I want to Change Colour of the pop-up after 'choose options', but I have no idea where to do so. I have tried every item in the theme settings, but no clue where to find it.
I want to be able to flexibily change the colour of the titles, the background, remove the 'pay with paypal' option, but not sure what this section is even called. How can I make custom adjusments please?
Hey @DGQs
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.quick-add-modal .shopify-payment-button {
display: none !important;
}
</style>
For the others, can you tell me in detail what do you change the color and background color to?
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @DGQs
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.quick-add-modal .shopify-payment-button {
display: none !important;
}
Hi @DGQs
If you like to add a default buttons so can change it easily that needs a developer to add buttons for the edit theme. But to change the color or background. Check this one below.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
/* quick modal background */
.quick-add-modal__content-info, .quick-add-modal__content-info>product-info {
background: pink;
}
/* quick modal product title */
quick-add-modal .product__title h2.h1 {
color: black;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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