In the WPLMS Modern Child Theme, there is a SEARCH COURSE space in the Header. The Placeholder of this course is titled : Type Keywords..
I want to change "Type Keywords" into "Type the name of a Course and Hit ENTER".
How can I do that?
Thanks
Hi,
Back-end admin => Pages => Home
Then edit the top part of the homepage.
When editing the Home Page, there is no way to change the placeholder "Type Keywords" by something else !
I can change the picture behind the SEARCH AREA but can't change the placeholder of the SEARCH AREA. Please help !
select the "text" tab, while editing, you'll see the source code, in wich you'll see the placeholder. I use the "Point system" child theme, with the same search field, and I see the placeholder there.
In the TEXT Tab, there is no placeholder in Modern Theme.
This is what is there :
<h1 style="color: #b8dd00;">Online Education
</h1>
<h1>Learn Skills online</h1>
[course_search]
No placeholder is after "[course_search]"
Is there any other thing we can do?
Then replace the tag [course_search] by what it's suppose to display front end:
<input type="text" value="" name="s" id="s" placeholder="Type Keywords..">
And change the placeholder ?
It works but it changes the look of the header.
The frame of the Search area becomes TOOOO LONG.
Is <input type="text" value="" name="s" id="s" placeholder="Type Keywords..">
the only Code that replaces [course_search] ?