Forum Replies Created
-
In reply to: Upload Image
Text is white on white, so the text is not visible.
In reply to: Upload ImageHow do you customize the text in the dialog box?
In reply to: How do I stop spam registrationsHi there, any luck in finding a replacement for Wanguard? I was about to install it, but found out it no longer is up and running. Shame, so much great feedback, seemed like an awesome plugin. Anyways, look forward in hearing back from you.
In reply to: bbpress blockquote text color – how to change?Nice job Robin, you’re awesome!
In reply to: bbpress blockquote text color – how to change?so, why did adding “!important” allow the css to work?
Also, thank you for your help, I really appreciate it.
In reply to: bbpress blockquote text color – how to change?Very strange… so I tried adding the code you suggested in the css section of my word press theme, and it didn’t work.
So I made a change to the css code in SiteOrigin css and added “!important” and that worked, see code below…
blockquote p {
color: blue !important;
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;
background-color: #000000;
}In reply to: bbpress blockquote text color – how to change?So Robin, did you create the bbp style pack plugin?
In reply to: bbpress blockquote text color – how to change?It does
In reply to: bbpress blockquote text color – how to change?Well that’s strange, but you can get to the site ok right?
In reply to: bbpress blockquote text color – how to change?My workaround was to add the black background so the yellow text is visible.
In reply to: bbpress blockquote text color – how to change?Well, you should be able to view the forum without being logged in.
In reply to: bbpress blockquote text color – how to change?oh yes, I created a login for you…
RobinW
@Robin-WIn reply to: bbpress blockquote text color – how to change?I even installed the plugin SiteOrigin CSS to try and change the blockquote, but still no luck, see code below…
blockquote p {
color: blue;
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;
background-color: #000000;
}It seems the code for the blockquote is being over ridden somewhere.
In reply to: bbpress blockquote text color – how to change?Here’s the link to the test blockquote…
In reply to: bbpress blockquote text color – how to change?Thank you for the response. I added the custom css as you suggested, but text is still yellow.