SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Help CSS Problem

  1. #1
    SitePoint Enthusiast
    Join Date
    Jun 2011
    Posts
    56
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help CSS Problem

    Hi guys,

    I just want to ask what css code I will use to make this " Biliran Island Twitter" text to white color?



    here is the link http://biliranisland.com/blogs/

    thanks

  2. #2
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    20,297
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    It partly depends on where you need this rule to apply. All <a>s are currently set to green. One option is to do this:

    Code:
    .sideh em a {
      color: #fff;
    }
    Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form

    Try your hand at the new JavaScript Challenge!

    If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.

  3. #3
    SitePoint Enthusiast
    Join Date
    Jun 2011
    Posts
    56
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works thank you

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •