• Hello. Updated the Hueman theme. Links are underlined, styles don’t help
    SCC a. { text-decoration: none;}

Viewing 1 replies (of 1 total)
  • You can opt-out underline the links using the new option on customizer > web page design > general design options.

    I used also this CSS on my child-theme, but not needed with the customizer option:

    article.post .entry-inner a,
    article.post .entry-inner a:link {
      text-decoration: none;
    }

    If you want to overwrite a CSS rule of the Hueman Theme you have to be more specific (CSS Specificity).

Viewing 1 replies (of 1 total)

The topic ‘The underlined links’ is closed to new replies.