Search Results for 'forum css'
-
Search Results
-
WP: 4.3.1 bbPress: 2.5.8 Theme: Jolene
Hi Folks,
I’m trying to tweak the colours of a site I’m building as a “learn WP” excercise and I cant find out how to change the colour of the Search button on my forums page.
I have Custom CSS installed and I’ve entered this to control the Up and Over states of the SUBMIT button:#bbpress-forums .submit { background-color: #1e73be; color: #FFFFFF; float: center; vertical-align: middle; border-radius: 4px; height: 35px; width: 120px; font-size: 14px !important; } #bbpress-forums .submit:hover{ background-color: #82D646; color: #FFFFFF; float: center; vertical-align: middle; border-radius: 4px; height: 35px; width: 120px; font-size: 14px !important; }
I’ve also got this to control the colour of the SEARCH button but adding the
:hover
at the end of a copy of the original CSS, at the end of the id name doesn’t work.#bbpress-forums #bbp-search-form input[type=submit], #bbpress-forums #bbp-search-form input[type=submit] { text-indent: 0; background: none; background-color: #1e73be; color: #fff; width: auto; height: auto; border-radius: 0; margin-top: 0; }
Any Ideas greatly received. The Forums page is here if MEMBERS PAGES password requested it is… ccc
I created a new page, I added the shortcode, I choose the template with no sidebar on the page I created, and bbpress just ignores it completely. I also tried a suggestion in another post about adding code to the style.css but that didn’t work as I was never very good with css. The wordpress theme I am using is called point and can be found here: https://wordpress.org/themes/point/
If anyone could perhaps nudge me in the correct direction I would appreciate it, thanks.
I’m literally crying over here.
I’ve been trying at this for days. Go here, change this, do that is so vague. Not everyone is a coder.
I have tried adding this code to css, that template to bbpress files on cpanel
I just want to be able to READ MY FORUM POSTS.
The main page is okay. Click on a topic, the whole thing is grey, white/ you can see the writing but its as if there is a white overlay over the whole thing.I feel like breaking my computer and screaming as this is really stupid.
http://www.thebestinformationever.com/forums/topic/curly-hair-help/
Hello,
how can I give different childforums there own style ?
Is there a hook like “before show topics” where I can place my own css style ?
I counldnt find anything in the codex.Thanks,
bye
ChrissiLisaHi all,
Running WP 4.3.1 and BBPress 2.5.8
The issue: Forum replies appear above forum content in this theme (have tested using vanilla 2015 theme and there’s no problem). The partial solution is to play with CSS.
I’ve got a CSS plugin (Simple Custom CSS) and making changes in there, and I’ve managed to get the reply content to appear in almost the right place using:
ul.forums li {position: relative;}
However, this means the content appears above the bb-reply-header DIV.
Any help appreciated 🙂
Thanks
L.