• comrav

    (@comrav)


    Greetings,

    Please see https://www.vermontgreenoffices.com I’m getting a dotted underline underneath all links including linked images. Try as I might, I can’t find the corresponding CSS. How do I remove the dotted underline? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • kmessinger

    (@kmessinger)

    .hentry .entry A is where it is in your CSS

    antonshevchuk

    (@antonshevchuk)

    Use next CSS:

    .hentry .entry a {
       border:0;
    }

    Thread Starter comrav

    (@comrav)

    Thanks, Anton! You’re the best!!

    goodsprite

    (@goodsprite)

    Не помогает.
    FireBug все время показывает стили в файле cache/style1.css?ver=2.9.1

    .hentry .entry a {
       border:0;
    }

    Прописывал везде. Затем посмотрел в css.php, а там код:

    /*Post*/
    .hentry .title a,
    .hentry .title span{
        border-bottom:3px dotted {$color3}
    }
    .hentry .entry a,
    .hentry .footer a{
        border-bottom:1px dotted {$color_text}
    }

    Эти доттед просто ужасны ??
    Может сделаете отдельную вкладку для работы со ссылками? Ведь нигде они не настраиваются, а было бы очень и очень полезно.

    antonshevchuk

    (@antonshevchuk)

    @goodsprite
    Надо будет подумать…

    cache/style1.css?ver=2.9.1 – это закешированный кастомный файл стилей, при изменении любых настроек он переписывается…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Links dotted underline?’ is closed to new replies.