• I am trying to figure out how to change the link colors in my post. Currently they are a dark blue and I would like them to be a brighter blue.

    I have read many questions on the same topic here on the forums but they don’t seem to fit my style.css

    Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bwillielv

    (@bwillielv)

    My blog is http://www.golfbagshq.com if that helps.

    You site appears to employ Templatic’s iBusiness theme. The documentation is only available to members so I can’t be sure if this will work, but try it.

    In Admin, see if there is a menu item in the vertical column on the left called “iBusiness”. It might be under the “Appearance” item.

    Now, see if there is box in this section called “CSS” or “custom CSS”. If so, excellent, we’re in business.

    Add the following line in the box, and click save.

    a {
    color: blue;
    }

    Or replace blue with the #hexadecimal of your choice. Editing styles like this means your changes aren’t overwritten should you update the theme in future.

    If iBusiness provides no such facility, you could set up a custom stylesheet, or simply edit the line below for the one above in styles.css by clicking Appearance > Editor > styles.css

    a {
    color: #0C607F;
    }

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

The topic ‘Changing Link Color’ is closed to new replies.