CSS Connections Theme flickr badge wrapper
-
I can’t get the flickr wrapper fix to work on my connections theme. the text underneath the flickr photo does not show up there as it is white text on white background. neither of the following make any difference:
#flickr_badge_wrapper td a {color:#808080;background-color:#916B2C;}
or
#flickr_badge_wrapper td a {color:#808080;}
The blog I need help with is: (visible only to logged in users)
-
-
ah literally add the word important rather than it is important to add the color!!
#flickr_badge_wrapper td a {color:#808080 !important;}
thank you !
-
Correct. Basically, the “!important” rule tells the browser to give priority to that value.
- The topic ‘CSS Connections Theme flickr badge wrapper’ is closed to new replies.