Forum Replies Created
-
In reply to: Make creating topics form full width?
Hi Pascal,
Thank you so much.Best,
JohnIn reply to: Make creating topics form full width?Hi Pascal,
No, the page is not public yet. In the past, I emailed Robin (another moderator) with login information.Can I do that with you or can I attach a screenshot somehow?
Thanks,
JohnOMG! Thank you Robin. You rock!!
Don’t change Robin! Your selflessness with your time is so gracious and I value it :).
I’m the same way!
Have a awesome day!
Cheers,
JohnThank you!!
Thank you for confirming Robin. Thank you again 🙂
Hi Robin,
Did you get my email via your contact address on your site?Thanks,
JohnHi Robin!
I was hoping you would answer! :^) You helped me and a lot of other people!The site is not launched yet (secret). Is there any way I can give you login credentials privately? So you can see the issue live?
Thanks!
JohnIn reply to: Trouble changing order of forumsExcellent! That worked. Thank you so much! Have a great week!!!
In reply to: How to modify css in BBPress in generalHi Rob,
No, that didn’t work. If this helps, I know that other CSS pasted into the editor DOES work to style, for instance, the header bar color which you saw was pink (just a arbitrary color).Thanks,
JohnIn reply to: How to modify css in BBPress in generalhttp://www.theangryton.com/forums/
You will see the SEARCH button on the upper right of the screen.
Thanks!
JohnIn reply to: How to modify css in BBPress in generalIf this helps: Below is the code that shows up when I Inspect Element for the Search button. And the same code I change in the Style window of the element inspector to make the Search button appear the way I want it to:
media=”all”
.userwall_delete_post >button:hover, input[type=”submit”], input[type=”button”], input[type=”reset”] {
-webkit-border-radius: 0px 0px 0px 7px;
-moz-border-radius: 0px 0px 0px 7px;
border-radius: 5px 5px 5px 5px;
font-family: Arial;
font-size: 20px;
padding: 5px;
text-decoration: none;
}In reply to: How to modify css in BBPress in generalHi Robin,
I pasted the code below into my Editor (Appearance/Editor) and it has no effect on the Search button on the main BBpress Forums page:#bbpress-forums .submit {
background-color: #a0668d;
color: #FFFFFF;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}I even tried putting a space then !important after each style, but no dice. Any idea what I may be doing wrong?
Thanks!
JohnIn reply to: How to modify css in BBPress in generalThanks again Robin. So I did put the following code into the Editor at first, but it did not work:
input {
border-radius: 2px 2px 2px 2px !important;
font-size: 10px !important;
}But according to the bbPress Styling crib (https://codex.bbpress.org/bbpress-styling-crib/), the code should look like this:
#bbpress-forums .submit {
background-color: #a0668d;
color: #FFFFFF;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}I guess what I am asking is, when I inspect a element in my browser (Chrome) it seems like I cannot just simply cut and paste the css code from the side inspector column, but rather, start the code with #bbpress-forums
Hope this makes sense. Thanks!
In reply to: How to modify css in BBPress in generalThank you Robin!
Last question, do I have access to the child theme’s style.css via Appearance/Editor, or do I paste the code into the child theme’s style.css file via TextWrangler (or some other editing program).
Thanks!
John