Viewing 1 replies (of 1 total)
  • Hi,

    The area to the left would be added in /inc/page-title.php with a child theme, where it says:

    <h2><?php echo alx_blog_title(); ?>YOUR CODE HERE?</h2>

    As for the area to the right, you need to add a new div in header.php, right before this line:

    <div class="toggle-search"><i class="fa fa-search"></i></div>

    And then add your css to position it (refer to the css used for .toggle-search to see how to easily position it)

Viewing 1 replies (of 1 total)
  • The topic ‘Move the image to the top menu’ is closed to new replies.