Okay
  Public Ticket #674455
Remover lines under links
Closed

Comments

  • Bobby started the conversation

    Hi There,

    Thanx for the great theme!

    Is there a line to put in the custom css to remove the 'lines' under the links?
    Please one for the whole side, and one for only the content area.

    Kind regards,

    Bobby Boer

  •  291
    Paul replied

    Hi Bobby!

    Please go to \"Appearance > Customise > Others\" and use this custom CSS to remove the lines:

    #main-container a, #footer-container a {
        border: 0;
    }

    In case you would like to use custom CSS for other elements, I would recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul