• ok, I know why the links are not showing up, I messed up in the style.css with the color. Problem, I cant find where. I would appreciate any help. What area do I change the color from white to a diff color? My web blog link is http://www.branicdesigns.com/branicblog

    Here is my style.css file

    [Moderated: Too much code. For CSS you can just post a direct link to your theme’s CSS. Otherwise, consider using a pastebin service such as http://wordpress.pastebin.ca/%5D

Viewing 3 replies - 1 through 3 (of 3 total)
  • *sigh* PLEASE don’t post lengthy code here! Use http://wordpress.pastebin.ca/ and post the link here.

    As for your problem, I’m not going to dig through difficult to read unencoded code here; all you need to do is search for the word white, or the hex codes #000000, or #000. When you find an instance of that, see if it’s on a link declaration of some sort, and change it to black, then see if that fixes it.

    This is the part for your links:

    a {color: #ffffff; text-decoration: none; }
    a:visited { color: #17397A; text-decoration: none; }
    a:hover { color: #17397A; text-decoration: underline; }

    That #ffffff is white, so look in all the places in the code that have the “a” with that color and change it to something else.

    Thread Starter dawndmd

    (@dawndmd)

    Sorry about the long feed. This is my first post on here. Thank you for all your help. Dawn

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘links are not showing up’ is closed to new replies.