Viewing 4 replies - 1 through 4 (of 4 total)
  • By editing your theme’s stylesheet.

    Thread Starter zero9cool

    (@zero9cool)

    damn man why do i always have to be specific ?

    @esmi i wanted the css for that, i searched in the stylesheet but could figure out …

    there .hentry { and there is p {

    confused ???

    Hi,
    Open CSS tab on Customize page and write next:

    .hentry a{
        border:0 !important;
    }
    Joe

    (@shopping-guide)

    Some themes may be using different css classes to style various elements, but the basic syntax for it would be something like this:

    .hentry a {
    text-decoration:none;
    }

    If you post a link to your site we could give a more specific answer.

    Joe

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove link Underline from posts’ is closed to new replies.