Jump to content
Sign in to follow this  
cvandyck

How to remove "Topics List" Name from sidebar

Recommended Posts

cvandyck

ref: vandyckfamily.org I have a Forum on the sidebar of the Posts page. It has two widgets .. 1. bbPress Forum List (Titled: Discussions) with hyperlink to "Forum", which is shown. The second widget is: 2. bbPress Topics List (Titled: "Forum Threads"). I would like for the threads to just fall undert the "Forum" link (ie... delete the pad that has "Forum Threads" in it. Using firebug, I can see what it looks like to delete it, but have no idea how to actually do that in custom code .. Can you help me on this?

Share this post


Link to post
Share on other sites
Jenny

If I understand your request correctly, you want to delete the padding between the "Discussions" widget and the "Forum Threads" widget. Try adding the following to your custom CSS:

li#bbp_forums_widget-3.widget_display_forums {margin-bottom:-1em;}

Hope that helps!


Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
Jenny

Please try:

.widget-area .widget_display_forums {margin-bottom:-1em;}


Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
cvandyck

getting closer .. that removed the space between Forum and Thread Discussions, but the pad that surrounds the widget headliner (Thread Discussions) is still there. I can make the words "Thread Discussions" go away simply by omitting them from the description, but then I have the blank pad, which is what I want to go away.

Share this post


Link to post
Share on other sites
Kate

Sorry, not sure I understand the question. Are you talking about the padding surrounding all of the titles? That's currently set to 10px. You could change it by modifying this:

h3.widget-title {padding:5px;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×