-
-
Hi Codeless!
i recently bought the Folie theme and my compliments for the theme!
It’s really nice to work with.
But, that’s not the reason why i’m on the Support Forum ofcourse. My question is about the Search page (the Creative version). I want to edit (or remove) the text next to the Search widget and the text in the Search bar (screenshot: https://ibb.co/jiPPRm ) but i can’t find a way within the Codeless builder. Can you help me with this?
Thank you in advance.
Greetings!
- This topic was modified 6 years, 10 months ago by denisecatharina. Reason: Different language
-
Hello,
We are very glad that you enjoy our theme!
The ‘Search’ word is a placeholder of the search input field. To change it you will need to edit the functions.php file.
Find this block:<form class="search__form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input class="search__input" name="s" type="search" placeholder="Search" autocomplete="off" spellcheck="false" /> <span class="search__info"><?php esc_html_e( 'Hit enter to search or ESC to close', 'folie' ) ?></span> </form>
Change the ‘Search‘ string inside the
placeholder="Search"
Save changes and refresh your page.
-To remove/ change the “May we suggest” text, in this same file, scroll more down and find this block:<div class="search__suggestion"> <h3><?php esc_attr_e('May We Suggest?', 'folie' ) ?></h3> <?php echo codeless_all_tags_html() ?> </div>
Let us know if you need further help.
Best regards!
-
Hi Codeless,
Thanks! It worked :)
Best regards!
Denise
-
Hello,
Glad to know that we were able to help. If you are happy with our support, please
rate the product with 5 stars under the Downloads tab of your Envato
profile.
This is very important for us to be able to keep working hard and provide more
awesome work.Thank you for being an awesome customer!
-
You must be logged in to reply to this topic.