Home Forums WoodMart support forum Categories missing & Newsletter Reply To: Categories missing & Newsletter

#158948

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