Forum Replies Created
-
In reply to: The content of my site is in black ecept the header,menu and the footer
November 17, 2011 at 3:10 am #19721I found the problem. One of the widgets in the sidebar had a problem. Thanks for your help Josh!
In reply to: The content of my site is in black ecept the header,menu and the footer
November 17, 2011 at 3:03 am #19720I deactivated all of them and it’s still black.
In reply to: The content of my site is in black ecept the header,menu and the footer
November 17, 2011 at 2:50 am #19718My site just did the same thing. Everything is black except the header,footer, and background. http://www.zealforadeal.com Did you guys figure out how to fix this? Any quick help will be GREATLY appreciated!
Careful what you wish for! Now I’ve got 2 orange dots.
Thank you so much!!
oops…forgot the site…it’s the orange dot next to the blog post titles on http://www.zealforadeal.com
it puts that little orange dot to the left of every blog post title. How would I do that with CSS?
OH MY GOSH! You did it!!!! Thank you SOOOO much!
And thanks for the CSS validator tool. Although it’s pretty overwhelming to see all the errors that come back. I’m guessing most are for elements that I don’t actually need for my specific site. I’ll go through each line closer now that the font problem is solved 🙂
I do have one more question, if you guys don’t mind. On my old site I have an image to the left of my post titles. The code from blogger looks like this
<div class='post hentry'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><img src='http://i911.photobucket.com/albums/ac319/zealforadeal/orangedotnew.gif' style='border-width: 0px;'/>
<data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>How would I write that for wordpress? And where would I put it?
OK. How do I do that….how do I get to line 197. I see line numbers when I view my source code on the site, but I don’t know how to find that in wordpress.
Sorry. I accidently copied the last bit from an older notepad file. Here’s what I have currently.
.post-title,
.post-title a,
.post-title a:visited {
border-bottom: 1px solid #e3e3e3;
font-size: 200px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
padding-bottom: 5px;
text-align: left;
}
Viewing 10 posts - 1 through 10 (of 18 total)
- 1
- 2
