Changing Color of Text and Removing Code
-
Hi guys,
A few things I wanted to accomplish on a new WordPress I am developing:https://futurepocket.com/futurepocket/?p=16
I’ve installed sexybookmarks plugin on the blog, so I want to remove the old icons that come default with the theme.
I found this code in the single.php page:
<div id=”tools”>
<div style=”float:left;”>&title=<?php the_title();?>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/digg.png” title=”Digg this!”><a href=” https://del.icio.us/post?v=4&noui&jump=close
&url=<?php the_permalink();?>
&title=<?php the_title();?>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/delicious.png” title=”Add to del.icio.us!”>&title=<?php the_title(); ?>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/stumbleupon.png” title=”Stumble this!”>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/technorati.png” title=”Add to Techorati!”>&t=<?php the_title();?>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/facebook.png” title=”Share on Facebook!”>&h=<?php the_title();?>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/newsvine.png” title=”Seed Newsvine!”><a href=” https://reddit.com/submit?url=
<?php the_permalink();?>&title=<?php the_title();?>” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/reddit.png” title=”Reddit!”>&u=<?php the_permalink();?>&ei=UTF” target=”_blank”><img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/sociable/yahoomyweb.png” title=”Add to Yahoo!”>
</div>but when I delete it, it messes up the whole page (the comments box expands and the advertisement and the sidebar move down on the page). Any idea how I can safely remove that code without messing up the page?
Also, I have DISQUS comments installed on the blog, and the text “SORT BY” is currently white, which file would I have to edit to change the color of the text? I also want to remove the little “TRACKBACK URL” box at the bottom of DISQUS comments, how would I go about removing that?
Any help would be greatly appreciated as I am kind of new at this.
- The topic ‘Changing Color of Text and Removing Code’ is closed to new replies.