Hi again, I’d like to remove the following that is circled in the photo, both the shop pay text, logo and link and then I would also like to remove the text heading over the quantity selector. Is this possible with CSS?
URL: www.atmosphaera.co
Theme: taste V.14
2 Likes
You can hide Shop Pay Text and Quantity Heading by following these steps:
- Navigate to Online store => Themes => Edit code
- Find base.css file on Assets folder and add this code to the end of the file :
p.shopify-installments {
display: none !important;
}
And here is the result :
We’re happy to see that our suggestion helped you solve the issue. Can you kindly give us a like and mark it as a solution? This can be a reference for other merchants if they have an issue like you.
Hi @atmosphaera
This is to hide the quantity heading.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product-form__quantity .form__label {
display: none;
}
And Save.
1 Like
- Here is the solution for you
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
.shopify-installments, .quantity__label form__label {
display: none !important;
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
This is Noah from PageFly - Shopify Page Builder App
Hi @atmosphaera please add code here to remove that line:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly