Hello,
I need help to insert language bar icons top right, I will not bring up the search. I also need to know how to remove the frame of the images in widgets.
Can you help me please?
Fetching latest tweet ...
Hello,
I need help to insert language bar icons top right, I will not bring up the search. I also need to know how to remove the frame of the images in widgets.
Can you help me please?
Link to your site?
Add this to Custom CSS to remove border around images in widgets,
.sidebar-wrap img {
border: none !important;
}
Thanks Prasanna Sp
I would like to insert icons web languages like this, but without the option to search
Use graphene_top_search action hook
Tutorials on Graphene Actions Hooks ,
http://www.khairul-syahir.com/wordpress-dev/graphene-theme/graphene-action-hooks
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
http://www.joshlobe.com/2011/10/video-tutorial-using-action-hooks-in-graphene-simple/
This topic has been closed to new replies.