icy11
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Trouble changing color of menuHey there! 🙂
Is this something like your CSS code?
.main-navigation ul li a:hover { color: #f00; }If it is, try adding !important to it..
.main-navigation ul li a:hover { color: #f00 !important; }Hope that helps. 🙂
Forum: Plugins
In reply to: [WooCommerce] Is the use of a cache plugin recommended?Hi,
Yes it’s recommended if you want to reduce your page loading time. 🙂
Forum: Plugins
In reply to: [WooCommerce] All products are left aligned leaving space on mobile viewJust remove .home from the CSS code above, and it should now work for other pages. 🙂
Forum: Plugins
In reply to: [WooCommerce] Removing Shopping Cart Button in HeaderHi dj_ripcord,
Try this CSS code:
.site-header-cart .cart-contents:after { display: none; }Let me know if that works for you.
Forum: Plugins
In reply to: [WooCommerce] All products are left aligned leaving space on mobile viewCan you please try adding this CSS code to your Custom CSS section?
@media only screen and (max-width: 480px) { .home .col-xs-4 { width: 50%; } }Hope that works. 🙂
Forum: Plugins
In reply to: [WooCommerce] All products are left aligned leaving space on mobile viewHi chibuzornwizu,
Can you please share the site url?
Hi David,
I see. I’ll send you the files right away.
About the blur effect, our other dev did that and I’m not sure how he did it. I’ll ask him. 🙂
Thanks! 🙂
Hi David,
Thanks for your response!
What specific theme source file do you need?
Ohh. I’m sorry about that, I forgot that you need to login to view the page. Do you also need temporary access to the site?Thanks!
Forum: Fixing WordPress
In reply to: Remove # in url when using anchor tagsI figured it out. 🙂