Vitto Posted July 1, 2021 Share Posted July 1, 2021 Hi, I'm in the process of making my website and I ran into a small customization problem. On the "shopping cart" page where to cart's contents are displayed there is an "X" icon which is the Remove Item "button". I'd like to change it's color. I tried going thru all the style colors and none of them controls it. I'm guessing I need to change it in "Inspect" view. Any idea how I could go about it? I was able to find its element in the "Inspect" list but no matter what I add as the color value it stays black. I'd like to use a black background and I already have that set but if the element is black and background is black I won't be able to see it. Any help or coding/html example how to change it to white would be greatly appreciated. Link to comment
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 On 7/2/2021 at 5:08 AM, Vitto said: Hi, I'm in the process of making my website and I ran into a small customization problem. On the "shopping cart" page where to cart's contents are displayed there is an "X" icon which is the Remove Item "button". I'd like to change it's color. I tried going thru all the style colors and none of them controls it. I'm guessing I need to change it in "Inspect" view. Any idea how I could go about it? I was able to find its element in the "Inspect" list but no matter what I add as the color value it stays black. I'd like to use a black background and I already have that set but if the element is black and background is black I won't be able to see it. Any help or coding/html example how to change it to white would be greatly appreciated. Add to Design > Custom CSS button[title="Remove Item"] { color: #f5b200 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment