Trouble changing size of post titles in blog

  • Mod

    Kenneth John Odle

    #19173

    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.

    Actually, that validator only goes through CSS 2.1, so it flags a lot of CSS 3 properties. Errors that are flagged as “doesn’t exist” or “Too many values or values are not recognized” aren’t necessarily CSS 3 errors.

    As for your other query, that is something I have never encountered. It’s definitely a Blogger thing. There may be/probably is a WordPress equivalent, but we would need to see what that code actually does to figure it out.

    tawillard

    #19174

    it puts that little orange dot to the left of every blog post title. How would I do that with CSS?

    tawillard

    #19175

    oops…forgot the site…it’s the orange dot next to the blog post titles on http://www.zealforadeal.com

    Mod

    Kenneth John Odle

    #19176

    Okay, you can do that with the CSS code we mentioned earlier. Try adding something like

    background: url('http://i911.photobucket.com/albums/ac319/zealforadeal/orangedotnew.gif') left no-repeat; padding-left:18px;

    May require a bit of tweaking, but should work.

    BTW, you might want to use a .png image instead of .gif. They seem to support transparency a bit better.

    Also, you can just upload your image to the WordPress Media Gallery and use the link provided there. Might improve your site’s speed a nanosecond or two.

    tawillard

    #19177

    Thank you so much!!

    tawillard

    #19178

    Careful what you wish for! Now I’ve got 2 orange dots.

Viewing 6 posts - 31 through 36 (of 36 total)

  • You must be logged in to reply to this topic.