Editing Flickr Text in Sidebar
-
Hello –
I have edited the Flickr text in the sidebar to have the colors of the word Flickr to match the logo (blue & pink). The problem is, I can’t get the different colored letter sets to show up on the same line. Please see my page to know what I am talking about: https://varresa.orgHere is the code I used:
<?php if ((function_exists('get_flickrRSS')) && is_home() && !(is_paged())) { ?>
<div class="flickr"><h2 style="color:#0066FF">flick<h2 style="color:#FF0099">r</h2> <h2>feed</h2><ul>
<?php get_flickrRSS(); ?>
</ul>
</div>
<?php } ?>I would like it to look like what Ben Gray has done at https://www.openswitch.org/
Any ideas?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Editing Flickr Text in Sidebar’ is closed to new replies.