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
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