CSS Issue

Out of context: Reply #2

  • Started
  • Last post
  • 8 Responses
  • dibec0

    replace in style.css, for icon underline issue.

    a {
    color:#666666;
    }

    with

    a {
    color:#666666;
    text-decoration:none;
    }

    The other problem is related to a rendering issue. Someone has to sit down and shift the css/js. There is a conflict being caused. I would recommend to hire someone, or go with another option. Should take a couple hours max.

    • Just know, this will remove all underlines for the site. You may have to class define if you want the bottom icons only to be changed.dibec
    • +1silentpost
    • doh, you're right about the icons. noob move. i thought i had the class in there already but didnt.
      ********

View thread