try
#bbpress-forums fieldset.bbp-form legend {
display: none;
}
I am not sure what it will do with a topic, so check that hasn’t altered.
-
This reply was modified 5 years, 2 months ago by
Robin W.
Thread Starter
OSCOWP
(@oscowordpress1)
it works!! thanks bro!
you are the man
great – glad you are fixed
Where does one place your code? #bbpress-forums fieldset.bbp-form legend {display: none;}
in dashboard>settings>bbp style pack>custom css
Thanks but it doesn’t work for me. I also tried putting it in the custom CSS in elementor. There I get a message that says … “Element fieldset.bbp-form is overqualified. Just use bbp-form without the element name.” None of which means anything to me. I tried different combinations but didn’t hit on one that worked. Thanks for your prompt response.
ok so try
#bbpress-forums .bbp-form legend {
display: none;
}
This also did not work in either Settings or in Elementor. Although, Elementor didn’t display an error/warning with that code. Perhaps it’s my Theme interfering. Thanks for trying.
ok, I’d need a link to an real example on your site