You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>
<cite> <del datetime=""> <i> <q cite=""> <strike>
I am still having this issue, can you please tell me how to remove the below from the comment section? You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>
<cite> <del datetime=""> <i> <q cite=""> <strike>
www.dfwshades.com is the website
Thank you.
Hey there usewde1
Put this CSS into your Custom CSS or Child Theme style.css, that way you won’t lose all the changes made when the theme updates.
.form-allowed-tags {
display: none;
}
Let me know if it works!
Cheers,
Riccardo
Riccardo, where does the CSS child theme exist, would it be the WP Admin, WP Content, or WP Images folder?
Thank you?
I figured it out:
Select the WP-Content folder
Select the Themes folder
Select the Blox folder
Select the Cyberchimps folder
Select the Lib folder
Select the CSS folder,
Select the core.css sheet, and then click the edit button
Type the below at the bottom of the style sheet:
.form-allowed-tags{
display:none;
}
Hi there,
Sorry for the late response.
You shouldn’t edit the main Style.css because once the theme updates you lose all the hard work 🙁
You can install a Custom CSS plugin or use a Child Theme
You don’t have a Child Theme by default, you should create one following this instructions.
Child Theme is the safest way to go when doing all kinds of modifications.
Hope it was clear.
Cheers!