Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #159351
    webgrid
    Participant

    Hi,
    How would I place a short help text above the Search box?

    Sample: https://www.screencast.com/t/6mPTM3ESifF

    Best regards,
    Sam

    #159358
    Skandha
    Participant

    @webgrid: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #159391
    webgrid
    Participant
    #159437
    Skandha
    Participant

    @webgrid: For that you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    #159445
    webgrid
    Participant

    Hi Skandha,
    Child theme is created & activated!
    🙂

    #159447
    Skandha
    Participant

    @webgrid: Go to => Child Theme Folder => functions.php and add the following CSS Code.

    function clean_journal_header_right() { ?>
    	<aside class="sidebar sidebar-header-right widget-area">
    		<section class="widget widget_search" id="header-right-search">
    			<div class="widget-wrap">
    				<span class"search-text">Search Here</span>
    				<?php echo get_search_form(); ?>
    			</div>
    		</section>
    	</aside><!-- .sidebar .header-sidebar .widget-area -->
    <?php
    }

    Replace the text Search Here with the text of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #159464
    webgrid
    Participant

    Awesome – exactly what I needed! 🙂
    Thanks a lot for all help!!
    Kind regards,
    Sam

    #159492
    Skandha
    Participant

    @webgrid: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add text above search box’ is closed to new replies.