Phoca Search Module placeholder not visible

Phoca Cart - complex e-commerce extension
oesch.web@gmail.com
Phoca Member
Phoca Member
Posts: 28
Joined: 06 Jan 2020, 11:35

Phoca Search Module placeholder not visible

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Search Module placeholder not visible

Post 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
If you find Phoca extensions useful, please support the project
oesch.web@gmail.com
Phoca Member
Phoca Member
Posts: 28
Joined: 06 Jan 2020, 11:35

Re: Phoca Search Module placeholder not visible

Post by oesch.web@gmail.com »

Thank you very mutch.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Search Module placeholder not visible

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply