-
@mercime replied to the topic How to create a child theme to edit buddypress theme in the forum How-to & Troubleshooting 11 years, 4 months ago
@tengwah I’ve added a link to the WP codex page about child themes in the paragraph before “Let’s Start Building” section. Thank you for the reminder to add the reference for those who are new to child theming.
-
@mercime replied to the topic How to create a child theme to edit buddypress theme in the forum How-to & Troubleshooting 11 years, 4 months ago
@tengwah BP Codex is your friend https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/
-
@mercime replied to the topic How to create a child theme to edit buddypress theme in the forum How-to & Troubleshooting 11 years, 4 months ago
@tengwah BP Codex is your friend https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/
-
@mercime replied to the topic Remove Comment box html tags option in the forum How-to & Troubleshooting 11 years, 4 months ago
@tengwah If you want to keep the changes that you’re making to the BuddyPress Default theme, I suggest that you create a child theme and make the modifications there.
Simple way to remove the tags, add the following to your child theme’s stylesheet:
#commentform p.form-allowed-tags { display: none; }
@tengwah
Not recently active