NiceThemesAdd second logo image to right of top navigation menu – NiceThemes http://nicethemeswp.com/forums/topic/add-second-logo-image-to-right-of-top-navigation-menu/feed/ Mon, 21 Apr 2025 22:39:56 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/add-second-logo-image-to-right-of-top-navigation-menu/#post-6898 <![CDATA[Add second logo image to right of top navigation menu]]> http://nicethemeswp.com/forums/topic/add-second-logo-image-to-right-of-top-navigation-menu/#post-6898 Sun, 06 Mar 2016 19:59:49 +0000 NT_admin32 I’m trying to determine the best method to add a second logo on the right of them top navigation menu in the flatbase theme.

See this screenshot: https://drive.google.com/file/d/0Bzwj6sNJqo4PNm51WlllT0RYa1VOUEJKT0NZUnhGeHMxY0pz/view?usp=sharing

I’m thinking I can add a new div for the second logo here:


”,
‘after’ => ”
) ); ?>

Also, how or where or should I edit the Header.php or the Functions.php to add a second div for the second logo without the possibility it will be overwritten when the Flatbase theme is updated?

Thanks

]]>
http://nicethemeswp.com/forums/topic/add-second-logo-image-to-right-of-top-navigation-menu/#post-6900 <![CDATA[Reply To: Add second logo image to right of top navigation menu]]> http://nicethemeswp.com/forums/topic/add-second-logo-image-to-right-of-top-navigation-menu/#post-6900 Mon, 07 Mar 2016 13:59:24 +0000 Juanfra Aldasoro Hi,

Thank you for writing. I hope you are doing well.

Unfortunately that’s not possible through the theme options.

My recommendation would be:

1) Create a child theme
2) In the child theme header.php file try to put the image and then put it in place with some custom CSS.

Best,
Juan

]]>