Search Results for 'forum css'
-
Search Results
-
Hello. I am hoping there is a method, maybe CSS, to remove the “All Discussions” portion of the BBpress forum grid display. I just want to present the grid of the forums. I do not want it to have the 2nd part that shows the latest activity. Thank you!
Topic: Forum Page Title
I have read on here all day and tried some additional css doing amongst other things that have been suggested…I cannot for the life of me get rid of the bbPress Forum title on the following page…
https://hookdgear.com/forums
Any suggestions? I did not initially create a forum page as I simply went through the forums section in wordpress to create the forum layout…I create a page with a permalink to /forums to see if that helped but the title is still there…thank you in advance for your helpHi,
In my forum using Astra Theme the ‘Reply’ link to a posting is left aligned so that the text is up against the end of the date. On desktop it is right aligned beside the unique posting ID. I have done some reasearch on this but don’t see anyone else with the problem. Anyone aware of the CSS required to fix this?
Thanks,
Eddie
The page on my forum is full of list bullets. (https://www.turtleholic.com/forums/forum/turtle-questions/)
Does anyone know how to fix this? I was able to add the following CSS code to the main Forum page (https://www.turtleholic.com/turtleholic-forum/), which removed the bullets from that page. But on the specific forum pages I don’t know how to add custom CSS.
ul ul li:before {
display: none;
}ul li:before {
display: none;
}This may be more of a request for Elementor, but I thought I try and see if someone figured this out.
From this topic here: https://bbpress.org/forums/topic/bbpress-elementor/
I was able to make Elementor work on forum index, forums and the list of topics inside those, but not for single topic (those you can reply on). Technically those must be posts and post comments.It’s not entirely essential, but would be great if there was a way to do this. I use a barebones theme (_s) and the theme parts themselves are built with Elementor’s theme builder and custom CSS. So without a template for single topics I’m unable to get a header or a sidebar on those.
Thanks in advance!
Topic: padding between topics
Hello.
I am a beginner in making websites.
The topic size of one of the forums on this page is “926px X 59px”
But the topic size of one of the forms on my site is “866px X 189px”
How can I change this size?
I’m only studying CSS, so if possible I would like to solve it with CSS only, without using php.
I’ve tried a lot of CSS so far, but I still can’t resize it.Topic: RTL broken in forums list
Hi bbPress community!
I’m setting up a new WordPress + bbPress website, and this website is RTL (Hebrew).
My theme, oceanWP, supports RTL pretty well, and it seems like bbPress plays nicely with RTL in some pages, but in the main forum list it does not.
Here’s my current forums page: https://kehila.tech/forums/
The issue is that the forum name appears on the leftmost part, which is odd in an RTL language.
From what I can tell, the RTL css files are indeed loaded, and indeed after the non-RTL files are loaded, so I’m not sure what went wrong.
I’d appreciate any tips as for what to do! And I’m definitely open to adding some custom CSS if that’ll solve it easily.
Thanks in advance!