This topic has 2 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
Improper code is showing in the custom CSS tab. It is showing the Dokan code but I am using the WCFM plugin. Is this code important or I can delete it? Please check the screenshot.
https://prnt.sc/i1w987e294Vi
Hello, @Soumya,
That CSS code is for the border radius, and it applies to the forms as well, so you can simply remove the Dokan classes from that code. It will not harm your site.
Then the code will be like the below:
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
.with-border-radius{
border-radius: 4px;
}
Regards 8Themes Team.
Tagged: code issues, custom css, seo friendly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up