Top_bar_right icon
I would like to know as i could modifiy (delete, add, change) the icon that appear on "Top_bar_right". It is the code that you can see. My idea is to add one icon more to use this as a login icon. I know that i would have to do something like... #Top_bar.... in Custom css/js.
This is the code associated to this item:
<div class="top_bar_right_wrapper"><a id="search_button" href="#"><i class="icon-search"></i></a></div>
Best regards.
This is the code associated to this item:
<div class="top_bar_right_wrapper"><a id="search_button" href="#"><i class="icon-search"></i></a></div>
Best regards.
Comments
this icon can be edited under includes/header-top-area.php file only. There is no other way to edit this section.
Thanks!