Page 1 of 1

Phoca Search Module placeholder not visible

Posted: 03 Nov 2020, 12:18
by oesch.web@gmail.com
Hi,
The placeholder in the search box in phoca search module is not visible. I see that the text is there but not shown. In an erlier version it worked.
URL to website: clkv.ch.
Version 3.5.4.
Template: Phoca_premiere

Best regards
Walter Oesch

Re: Phoca Search Module placeholder not visible

Posted: 04 Nov 2020, 21:05
by Jan
Hi, what is your header background color.

The placeholder get header background color with opacity 0.5.

Now it seems that the header background color is the same or similar it is set for the input background in options:

Image

The solution is to change the header background color or remove the customized background color for input box or overwrite the placeholder with own color, e.g.:

Code: Select all

#g-header .ph-search-box input::placeholder {
    color: #fff;
    opacity: 0.5; 
}
Image

All this is not related to Phoca Cart version.

Jan

Re: Phoca Search Module placeholder not visible

Posted: 12 Nov 2020, 10:17
by oesch.web@gmail.com
Thank you very mutch.

Re: Phoca Search Module placeholder not visible

Posted: 12 Nov 2020, 20:37
by Jan
Ok