As my website color is orange, I have changed some buttons, font color, but I don't know how to change the following color (5 different places)
Can anyone change the following color to orange?
Search (View all)、Account(Forgot your password)、Wishlist(Remove Wishlist and heart shape)、FAQ(Question)、Back to top button
website: https://lepeto.myshopify.com/
password: brulol
Solved! Go to the solution
It seems that you are saying the changes which are in copy theme. Please provide preview URL.
@paramSoft Hi,
I want to change some color:
1. https://lepeto.myshopify.com/ see search window
2. https://lepeto.myshopify.com/ see account window, when the mouse on the link" forgot your password" can it change to orange color?
3. https://lepeto.myshopify.com/ see NEW PRODUCT section, is it possible to change the blue color to orange?
4. https://lepeto.myshopify.com/pages/faq Can it change the green background to orange?
5. I want to change the Back to Top Button color, but it seems it doesn't show up even I have setup as below.
This is an accepted solution.
Please place this code at the end of theme.scss
.forgot-password, .search-form__product a[class="link"] {
color: #f95309;
}
.forgot-password {
border-bottom: 1px solid #f95309;
}
.forgot-password:hover {
color: #f95309;
}
#accordion .card .title span, .product-card_wishlist.wishlist-added .icon, .product-card_wishlist.wishlist-added {
background-color: #f95208;
}
Thank you for update
User | Count |
---|---|
422 | |
208 | |
144 | |
56 | |
43 |