jrrude
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Adding arrows to the menu dropdownsFor anyone else who will need this I figured it out here is the CSS for it.
.menu-item-has-children > a:first-child:after { content: '\25BC'; } .menu-item-has-children > a:after { content: ''; }Forum: Everything else WordPress
In reply to: Problem with footer being a different color at the logoThanks so much! That worked perfectly
Forum: Everything else WordPress
In reply to: Adding arrows to the menu dropdownsThat works great but now I have the arrow on the sub items is there anyway to keep the arrow on just the main items?
Forum: Plugins
In reply to: [WooCommerce] Automating the Store noticeThe store notice appears at the bottom of the page and lets others know that the store is closed. The store should do this every week. but when I schedule it, it only turns the notice on and does not complete this task every week.
Forum: Plugins
In reply to: [WooCommerce] Auto update cart for WooCommerceI have been trying that solution but it doesn’t update when i change the quantity of the item. I don’t know if it existing JS from WooCommerce. If you have any suggestions please let me know. all the JS is original to when WooCommerce was downloaded.
Forum: Everything else WordPress
In reply to: Margins for pagesThank you so much this was amazing help!!!