- 41
HEllo and thanks again
That helped perfectly with the color but as it seems, you still do not see whats being written in the box
You must manually click outside the box to be able too see what youve been written
Before you click outside the box
Text is hidden
After
Greetings Freddy,
sorry for the inconvenience, it seems another rule has to be added:
That helped perfectly with the color but as it seems, you still do not see whats being written in the box
You must manually click outside the box to be able too see what youve been written
Before you click outside the box
Text is hidden
After
Greetings Freddy,
sorry for the inconvenience, it seems another rule has to be added:
.store-search-box input.search-box-text:focus {
color: #000000; /* Put here the same color as the color of the text you want */
}
Worked like a charm
Thank you very much for the help :)