Forum Replies Created
-
thanks
thanks
I solve the problem
I find in my child css
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
margin-left: 20px; // here what you need change it was 130
padding: 12px 12px 12px 0;
text-align: left;
}hi Robin thank you for your help
I have few question here hope you can help mesee image i attached
http://ww.168nyc.com/wp-content/uploads/2014/07/help8-1024×701.jpgIn reply to: how to remove or hide post page title only ?thank you so much Robkk
thank you so much Robin
In reply to: how to remove or hide post page title only ?hi Robkk thank you for your reply
the problem is my forum page header also removed after this codehttp://ww.168nyc.com/wp-content/uploads/2014/07/help5-1024×640.jpg
In reply to: how to remove or hide post page title only ?http://ww.168nyc.com/wp-content/uploads/2014/07/help2-1024×563.jpg
thank you very much
here is the image show what I want change
http://ww.168nyc.com/wp-content/uploads/2014/07/help3-1024×563.jpg
In reply to: how to remove or hide post page title only ?here is the image you can take look
http://ww.168nyc.com/wp-content/uploads/2014/07/help-1024×563.jpgthank you Robin
when i put this code
li.bbp-header {
display: none;
}it works all forum pages title not show up
but when i put the following code
.post li.bbp-header {
background: none repeat scroll 0% 0% transparent;
display:block;
}it has nothing happen no change at all
how can i make just NO title on blog post only i want title on other pages.
thanks