• Hello guys,

    When I add this line in the style.css:

    .wpfp-span img {display: none;}

    It’s supposed to remove the star icon from this page.

    The code works fine when I use it on Firebug but when I add it to style.css and save the file the star will still there on the page. What might be the problem?

    Thanks.

Viewing 1 replies (of 1 total)
  • Are you using a caching plugin? If yes, clear all cache.

    or try this:

    .wpfp-img {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS doesn't work for thise page??’ is closed to new replies.