• Resolved lukeywn

    (@lukeywn)


    Hello guys

    I am using fruitful version 2.7 on wordpress 4.4.1.

    My prototype site is up at https://www.lukehackett.co.uk

    I am trying to add a line of text above the main menu (that’s the menu at the top right). Could you tell me how I would do this please?

    Thanks

    Luke

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi -@lukeywn

    I have tried this Check this image
    If this is what you wanted then i will give you solution.

    Best Regards!!

    Thread Starter lukeywn

    (@lukeywn)

    That’s exactly what I’m after! Could you tell me how to do it?

    Hi @lukeywn

    For that you need to create Child theme

    And copy and paste header.php file main theme’s folder to child theme folder.
    and find below code and edit.

    <nav role="navigation" class="site-navigation main-navigation">
    I want something here....(Your text goes here)
    <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    </nav><!-- .site-navigation .main-navigation -->

    Note: Please customize files of child theme, so your changes will not overwrite on theme update.

    Report if any problem.

    Thank You!!

    Thread Starter lukeywn

    (@lukeywn)

    Thanks sanjog. I managed to do this on a child theme thanks for your help much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding a line of text above main menu’ is closed to new replies.