RSS and Facebook icons in the secondary menu
-
Hello,
I’m trying to move my RSS and FB icons under the search bar (into a secondary menu). I tried cutting the code and pasting it in another place which almost did what I needed, but the images were to big.
Is there any good way to do this OR does anyone know how I can make the icons smaller?
Thanks in advance!
Wojtek
Mod
does anyone know how I can make the icons smaller?
The best way would be to use Photoshop (expensive, but good) or GIMP (free, but a learning curve) to reduce their size and then upload them.
The advantage of this method is that it reduces file size and you can also do a bit of editing if anything looks fuzzy.
Admin
Or you can also find smaller icons elsewhere. iconfinder.com is a good place to start.
Ok, thought it might be done by changing something in the code somewhere…
Earlier I was refering to this piece of code:
<div id="rss" class="clearfix gutter-left"><?php if ($graphene_settings != true) : ?>
<?php $custom_feed_url = ($graphene_settings) ? $graphene_settings : get_bloginfo('rss2_url'); ?>
<?php endif; ?>
<?php do_action('graphene_feed_icon'); ?>
</div>
I’m unfortunately very weak at PHP as of yet :/ what should I do to display the links with images uploaded by myself? Any help would be very appreciated!
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
