logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$8
Blog roll! Help needed asap!!

If you have a look at
http://squittybubbler.com/
you'll notice that my Blogroll isn't looking too good!

Can anyone help to make it appear normally for me please!

Help would be appreciated asap!!

This question has been answered.

Steven Ellis | 10/29/10 at 3:38pm Edit


(5) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    10/29/10
    3:44pm
    Maor Barazany says:

    Go to your template's style.css file. There, at about line #377 you will find this:

    .xoxo a, .widget ul li a {
    color:#FFFFFF;
    }


    Change it to this:
    .xoxo a, .widget ul li a {
    color:#000000;
    }

    • 10/29/10 3:46pm

      Maor Barazany says:

      Excuse me, this will change also the bottom links. So leave this line as it is, and instead, at at the bottom of the style.css this:


      .sidebar-narrow  ul.blogroll a, .widget ul li a {
      color:#000000 !important;
      }

    • 10/29/10 3:51pm

      Steven Ellis says:

      ok but now if you look at the bottom of the site. the links have gone, because there were white!!!

    • 10/29/10 3:53pm

      Maor Barazany says:

      Have you tried my updated code I posted?

    • 10/29/10 3:55pm

      Steven Ellis says:

      ah that second code you told me to add has also changed the bottom links!!

    • 10/29/10 3:57pm

      Maor Barazany says:

      Try this one instead:


      .sidebar-narrow  ul.blogroll a  {

      color:#000000 !important;

      }

    • 10/29/10 3:59pm

      Maor Barazany says:

      And if it still doesn't make it, try this:


      #linkcat-2 ul.blogroll li a {
      color: #000000;
      }

  • avatar
    Last edited:
    10/29/10
    3:44pm
    Adan Archila says:

    Send me access to the WP by message

  • avatar
    Last edited:
    10/29/10
    3:44pm
    John Cotton says:

    Add this to your styles.css

    .widget ul li a:link {
    color: #F06;
    }

  • avatar
    Last edited:
    10/29/10
    3:44pm
    Oleg Butuzov says:

    add this to css

    .xoxo a, .widget ul li a {
    color:#000000;
    }

  • avatar
    Last edited:
    10/29/10
    3:58pm
    idt says:

    so that only the only the blogroll links will be change, add this to the bottom of your style.css


    #linkcat-2 ul.blogroll li a {
    color: #F06;
    }

This question has expired.



Andrew Wetzel, Maor Barazany had additional discourse to offer.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.