Home › Forums › WoodMart support forum › Categories missing & Newsletter › Reply To: Categories missing & Newsletter
November 25, 2019 at 9:16 pm
#158948
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to show the default category:
body .woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Remove the Basel form and configure the form in the MC4WP plugin https://prnt.sc/q1z9uc
Here is the code from the screen:
<p>
<label>Email address: </label>
<input type="email" name="EMAIL" placeholder="Your email address" required />
</p>
<p>
<input type="submit" value="Sign up" />
</p>
Best Regards