0

The home page ́s searchbox in our site doesn ́t show properly even when the changes and modifications under the "System>Configuration>"OurTheme"options>Theme Design" Values are set to different colors. After refreshing the page, searchbox keeps the same appearance. I know it ́s not recognizing the changes made, any ideas?

I leave a screenshot on how does the box looks like all the time, customers keep complaining it can ́t be seen. Please HELP

Searchbox

asked Apr 1, 2016 at 20:24
6
  • Share your url? Commented Apr 1, 2016 at 20:31
  • troquer.com.mx/tienda (strange fact, the searchbox after entering any section looks fine, it´s just failing on the homepage) Commented Apr 1, 2016 at 20:35
  • Actually what is the problem Commented Apr 1, 2016 at 20:39
  • When trying to make a search at the homepage, text is almost invisible. i tried changing color and opacity values under magento´s backend configuration settings, but doesn´t recognize changes made. Commented Apr 1, 2016 at 20:42
  • header#header .form-search input { color: #000 !important; } add this in your css Commented Apr 1, 2016 at 20:42

2 Answers 2

0

Try this,

In your css add below code

header#header .form-search input { color: #000 !important; }

or find this

header#header .form-search input {
 width: 89%;
 border: none;
 background: none;
 float: right;
 font-size: 1em;
 color: #F5F5F5;
 height: 15px;
 padding: 2px;
 transition: border-color .8s ease;
 -moz-transition: border-color .8s ease;
 -webkit-transition: border-color .8s ease;
 -o-transition: border-color .8s ease;
}

and command or delete color

 color: #F5F5F5;

I hope it will work

answered Apr 1, 2016 at 22:00
0

In your skin's CSS file, add the following to the bottom:

header#header .form-search input { color: #000 !important; }

(Converting Kothari's comment into a answer:)

answered Apr 1, 2016 at 21:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.