Fork me on GitHub

How to set Hyperlink color in Postnukeblue them on .760  Bottom

  • All my hyperlinks show up as black text using .760 and Postnukeblue. this makes it so nobody can distinquish the hyperlinks from normal text. Howe can I resolve this.

    Thank you.
  • edit the style/style.css file. The code specifically you want to change is

    Code

    A:link, A:visited {
        COLOR: #333333;
        TEXT-DECORATION: none;
    }
    A:hover, A:active {
        color: #006699; /* #1E90FF; */
        text-decoration: underline;
        font-variant : normal;
    }


    the first group is the color as it shows and the second group is the color when you hover your mouse over the link.
  • Craigh, Thank you very much that resolved my problem! Thanks !!
  • Alright now I have one more issue that I hope to resolve before Sunday night. I am using Postnukeblue in PN.760 and all the text is way too small. I expect this is in style.ss. I tried to make some changes but nothing worked.
  • yes - right in the first group of the CSS file:

    Code

    BODY, FONT, SPAN, TD, P, INPUT, TEXTAREA, SELECT {
        FONT: normal 11px/120% Arial, Helvetica, sans-serif;
    }
    change the "11px/120%" to something larger.
  • Thank you I found it through experimentation about 15 minutes before you posted. I want you to know though your post will help others and I thank you
  • 0 users

This list is based on users active over the last 60 minutes.