i have tried other solutions for the related topic but none of them worked for me
the color i want is #b9749e
Goal: change the “View all” button background in the Featured Collection to color #b9749e.
Context and access: Helpers requested the store URL and password to inspect. The store URL (thoughtbox.pk) was provided; no password shared.
Proposed fixes (via CSS in the theme):
Notes: base.css is the theme’s stylesheet; the CSS selector targets the “View all” link inside the Featured Collection section.
Outcome/status: No confirmation from the requester that the change worked; discussion remains open.
i have tried other solutions for the related topic but none of them worked for me
the color i want is #b9749e
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello @amnaaaaa
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Hello @amnaaaaa
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.center .button {
background: red !important;
}