Viewing 3 replies - 1 through 3 (of 3 total)
  • In style.css file around 168 look for this code

    #main ul li {
    background: url(“images/unord-list.gif”) no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #594A38;
    display: block;
    padding: 1px 0 1px 18px;
    }

    change 1px to 0px in this line
    border-bottom: 1px solid #594A38;

    Thread Starter creaturez

    (@creaturez)

    Perfect! Thanks a million!

    You are welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unwanted lines with custom fields.’ is closed to new replies.