Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1336434
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI have looked at length to find CSS that will change the background color, border radius and product info text color. I think this may not be a "mini cart". The price of the item, subtotal and View Cart / Checkout buttons follow the styling Ive done to the cart. I have successfully changed my product text color on my actual Cart page. So frustrating! Help is much appreciated.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI have looked at length to find CSS that will change the background color, border radius and product info text color. I think this may not be a "mini cart". The price of the item, subtotal and View Cart / Checkout buttons follow the styling Ive done to the cart. I have successfully changed my product text color on my actual Cart page. So frustrating! Help is much appreciated.
Share Improve this question asked Jun 26, 2020 at 14:25 jdougherty2282jdougherty2282 111 bronze badge 5- The easiest thing to do is to use your browser's debug tools to 'inspect' the individual parts of the widget: it should show you what CSS it is using to style it, and which files it comes from. – Rup Commented Jun 26, 2020 at 14:41
- Thanks, I remembered about that Inspect idea. I was able to style the background color and border radius. But I cant figure out how to style the text that identifies the product. Its still the default blue. – jdougherty2282 Commented Jun 26, 2020 at 16:53
- Could you share the link to the site you're working on? – ralphjsmit Commented Jun 26, 2020 at 18:31
- the site is pancakehollowsugarworks – jdougherty2282 Commented Jun 26, 2020 at 20:55
- For the sidebar cart widget to come up you must add something to your cart. – jdougherty2282 Commented Jun 26, 2020 at 20:57
1 Answer
Reset to default 1Solved, this code allowed me to change the Product description color on the Cart sidebar widget.
.widget ul li a { color: #680000; }
本文标签: cssTrying to style Woocommerce sidebar Cart Widget
版权声明:本文标题:css - Trying to style Woocommerce sidebar Cart Widget 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742312830a2451220.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论