Flickr widget CSS customisation issue

  • Unknown's avatar

    My website http://www.merlinmason.co.uk is run off sandbox 1.6.1 and I’ve just installed the Flickr widget, but am having some problems customising it.

    I’m trying to get rid of the link at the bottom, because 1, it’s a bit ugly and 2, don’t really need it as the photos link through anyway.

    I’m currently trying:

    #flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, {
    display:none!important;
    }

    but it doesn’t seem to have any effect :( not sure if this because it’s just wrong or being overwritten by the widget?

    Any help or suggestions would be appreciated.

    Thanks!

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

  • Unknown's avatar

    This might not be the best way to do it, but it works sort of:

    #flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
    color:transparent !important;
    }
  • The topic ‘Flickr widget CSS customisation issue’ is closed to new replies.