Anyone good with wordpress, I could use a little simple help

AMD_Gamer

Fully [H]
Joined
Jan 20, 2002
Messages
18,287
I have been trying to figure this out for several days now.

My blog http://www.gamephys.com/wordpress is using a darker background making the DISQUS comment area hard to read, can somebody tell me how I can change it to white.

I know about the custom css but I have no idea how to use it, the instructions over at the DISQUS support site don't tell you anything about how to do it and the support in the DISQUS forums is nonexistent.

Im sure this is easy and any help would be great.
 
Add the following to your default.css in your theme directory:
Code:
#disqus_thread {background:#FFF}
 
Add the following to your default.css in your theme directory:
Code:
#disqus_thread {background:#FFF}

lol your kidding right? that's all I had to do? thanks a lot, the disqus support was non-existent they probably only help out the big blogs like mashable if you have a problem.

one more problem, if you could help that would be awesome

How can i position the TweetMeme Button so it always appears next to the title in the open white space in the upper right hand corner of my blog posts?

Also the button never shows up on the main page only in single post pages and under the image header?

If anyone could show me how I can position it for what I want it would be highly appreciated.
 
I use AddThis, but I don't use a plugin. I manually add the code to my theme so I can have better control over placement.
 
I use AddThis, but I don't use a plugin. I manually add the code to my theme so I can have better control over placement.

Could you show me where to add the code for the TweetMeme button to get it where i want?
 
Back
Top