Is there a way to add the word 'subscribe' to the left of the RSS icon? Some of our less technically inclined readers might not know what that symbol is.
Add the word "Subscribe" next to the RSS icon
6 posts from 4 voices-
Posted 1 year ago #
-
Hey,
in header.php (and in footer.php) replace:
<li class='rss'><a href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>">RSS</a>with:
<li>Subscribe:</li> <li class='rss'><a href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>">RSS</a>Posted 1 year ago # -
Worked like a charm! Thanks Dude!
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago # -
I tried this at the bottom and the word is cut horizontally in half. Any help?
Posted 1 year ago # -
Hey,
in your custom.css add following code:
.social_bookmarks li{line-height:30px;}
Of course you can adjust this to any value you'd depending on where you want this positioned.Regards,
ChrisPosted 1 year ago #
Reply
You must log in to post.














