Search engine
-
Hello,
I wondered if it was possible that the word “search” ( Chercher in French ) appears only 1 times in the widget ? This goes for the sidebar and the box on the top left.
A+
The blog I need help with is: (visible only to logged in users)
-
You can edit the title of your widget, or even leave it blank, by editing the search widget in Appearance -> Widgets -> Sidebar:
https://andrebourdages.wordpress.com/wp-admin/widgets.php
As for the search box at the top of the page, this cannot be modified with CSS.
-
The theme author awnser:
https://premium-themes.forums.wordpress.com/topic/search-engine?replies=3
;)
-
Hi there, I took a look at things, and due to the way the HTML is structured, I can’t use CSS to change the text in the search. In some themes I can, but not in this one.
I am going to file a ticket with the theme author on this, as it does seem redundant, and see if they can perhaps change things.
As a temporary solution, we could make the one to the right, which is the button you push to activate the search look more like a button. Add the following to your custom CSS and see what you think and let me know.
#search-container .search-box input[type="submit"] { border: 1px solid #bbb; padding-left: 9px; padding-right: 7px; border-radius: 5px; background-color: #f4f4f4; }
- The topic ‘Search engine’ is closed to new replies.