Reposition and text box creation in the blog
-
I have a search icon on the top of my blog and it looks like this.
http://prnt.sc/dd2p24I want to re-position the search icon in the middle of the screen along with creating a text-field for taking input that normally happens when someone clicks on the search icon. Here is a mock of what is the desired behavior.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the placeholder text within the search box is set in a way where we cannot change it with CSS. It is set in the theme/WordPress core files and those cannot be edited at WordPress.com.
-
You know, it did just occur to me that we could use CSS to add some text above the search input field. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see what you think.
.search-curtain-form:before { display: block; content: "Getaways in Dubai..."; }
- The topic ‘Reposition and text box creation in the blog’ is closed to new replies.