• Resolved Nagal

    (@nagal)


    Hi Richie, is there a way to put small logo inside in the left side of the top navigation menu. Into the place that Home-link usually stays.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    maybe try add something like this in functions.php or your own wp-content/meso-custom-functions.php

    <?php
    function meso_add_topnav_logo() { ?>
    <img style="margin:5px 15px;float:left;" src="your-logo-full-url" alt="some text" />
    <?php }
    add_action('bp_inside_top_nav','meso_add_topnav_logo');
    ?>
    Thread Starter Nagal

    (@nagal)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo inside the top navigation menu’ is closed to new replies.