remove drop shadow from entire website?

  • The Harmonic theme has no native font editor and I don”t know how to get rid of the annoying font drop shadow that appears on everything.

    Any suggestions? I need to edit CSS I assume? Thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    http://www.redlinegame.com/ appears to be using the Twenty Seventeen theme, and is also not hosted with us on WordPress.com, but rather just connected here via the Jetpack plugin.

    Can you give the URL of the site where you’re using Harmonic?

    This CSS code should remove the text-shadow for this theme:

    #single-titles, #page-section, .hsContent {
      text-shadow: none;
    }
  • The topic ‘remove drop shadow from entire website?’ is closed to new replies.