- This topic has 7 replies, 2 voices, and was last updated 3 years, 7 months ago by
Skandha.
-
AuthorPosts
-
November 15, 2018 at 4:27 am #159351
webgrid
ParticipantHi,
How would I place a short help text above the Search box?Sample: https://www.screencast.com/t/6mPTM3ESifF
Best regards,
SamNovember 15, 2018 at 5:31 am #159358Skandha
Participant@webgrid: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaNovember 15, 2018 at 7:40 am #159391webgrid
ParticipantNovember 15, 2018 at 11:46 pm #159437Skandha
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,
SkandhaNovember 16, 2018 at 2:44 am #159445webgrid
ParticipantHi Skandha,
Child theme is created & activated!
🙂November 16, 2018 at 3:14 am #159447Skandha
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,
SkandhaNovember 16, 2018 at 9:31 am #159464webgrid
ParticipantAwesome – exactly what I needed! 🙂
Thanks a lot for all help!!
Kind regards,
SamNovember 17, 2018 at 10:15 am #159492Skandha
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 -
AuthorPosts
- The topic ‘Add text above search box’ is closed to new replies.