Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi makta112,

    Take a look at line 757 in your style.css file. Since the imgs also use the <a> tag, this hover gets applied to them as well.

    Give this a try: change a:hover to .entry-header a:hover on line 757. After doing this, you should comment out the .entry-header a:hover just below it.

    Let us know if that resolves the issue for you.

    Whit

    Thread Starter makta112

    (@makta112)

    Hi,

    Thanks. But the code you’ve provided removes the background fromm ALL links, yes? I still want to keep the background in links inside posts ??

    However, I’ve found out how to remove it from the icons and gallery items. These simple lines of codes did it:

    .gallery a {background:none;}

    .icons a {background:none;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove background’ is closed to new replies.