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
Phoca Search Module placeholder not visible
-
- Phoca Member
- Posts: 28
- Joined: 06 Jan 2020, 11:35
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Search Module placeholder not visible
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:
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.:
All this is not related to Phoca Cart version.
Jan
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:
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;
}
All this is not related to Phoca Cart version.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 06 Jan 2020, 11:35
Re: Phoca Search Module placeholder not visible
Thank you very mutch.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Search Module placeholder not visible
Ok
If you find Phoca extensions useful, please support the project