-
AuthorPosts
-
November 27, 2013 at 3:13 pm #193891
Hi
Is it possible to integrate a Cosum Logo (as PNG Image) into the Top Menu (directly after the “Social Icons”) with a link ?
I know its not possible easy in the Admin, but maybe you can give me a little Info in wich template File i can place the Costum Code ?<a href="http://www.hyperlink.com" target="_blank"> <img src="partner.png" width="45" height="15" alt="Partner-Name"/> </a>By the way, it would be a great Idea for a further Update, additional to the “Social Icons” to Integrate own uploaded Images.
But i have to say, the Template and the Support is really awsome!!!Best Regards
Jack
-
This topic was modified 11 years, 11 months ago by
Jack.
November 28, 2013 at 1:16 am #194132Hey Jack!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
do_action('avia_meta_header'); echo '</nav>'; ?> </div>and add your code right under it. It would be better if you add it into a div tag with a custom class, so you can style it afterwards
Cheers!
YigitNovember 28, 2013 at 9:51 am #194248This reply has been marked as private.November 28, 2013 at 10:44 am #194256Hey!
Please paste inside the containe, right after this one:
do_action('avia_meta_header'); echo '</nav>'; ?>Give it a unique css selector:
<a class="hyperlink-header"href="http://www.hyperlink.com" target="_blank"> <img src="partner.png" width="45" height="6" alt="Partner-Name"> </a>Let us know if you already make this changesso that we can proceed. Please post a screenshot of what you’re trying to do. We will help you with the adjustments.
Regards,
IsmaelNovember 28, 2013 at 12:11 pm #194302This reply has been marked as private.November 28, 2013 at 5:10 pm #194410This reply has been marked as private.November 28, 2013 at 10:24 pm #194519Hey!
Try this:
.hyperlink-header { position: absolute; top: 0; left: 50px; }Regards,
Josue -
This topic was modified 11 years, 11 months ago by
-
AuthorPosts
- The topic ‘Costum Logo at the Top Menu’ is closed to new replies.
