Hi, I've searched the files to change the following with no luck.
1. Remove the underline from every hovered link and change to text-decoration: none. Can't seem to find this for both menus when searching the css files.
2. Remove the arrows right before the links in the drop down menu of the main navigation.
3. Want to open the social media links at the top in a new window. I put "target="_blank" into the code in the following section of header.php and there was an error?
<ul class="social_bookmarks">
<li class='rss'>">RSS
<?php
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'>Twitter";
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'>Twitter";
?>
<!-- end social_bookmarks-->
Thanks!














