may I just ask, is there an option to make the search function more visible, like having it for example on the homepage in full width right under the carousel?
Thank you, I tried it and it worked, just neede to change the URL to my website. May I ask, is it also possible to change the background color and text color? Thank you
may I ask one last question please? I added the code like this, but when I type to the box, the color of the text is white on white background, is it possible to change the color of the text that is typed in?
Hello,
may I just ask, is there an option to make the search function more visible, like having it for example on the homepage in full width right under the carousel?
thank you
Hi,
Please try to add more this code to the very TOP of Customize > Featured Slider > General > Add Google Adsense/Custom HTML Code Below Featured Slider:
Best Regards,
PenciDesign
Thank you, I tried it and it worked, just neede to change the URL to my website. May I ask, is it also possible to change the background color and text color? Thank you
Hi,
You can change the background, text colour by replacing the code I sent with this code:
And add more this code to Customize > Custom CSS:
Note:
Change value ff0000 to change the background color
Change value 0064ff to change the border color
Change all values ffffff on the above code to change the color for the text.
Best Regards,
PenciDesign
worked great, thank you!
may I ask one last question please? I added the code like this, but when I type to the box, the color of the text is white on white background, is it possible to change the color of the text that is typed in?
https://www.lenivakucharka.sk/
think I got it, this worked
.widget.penci-searchbox-home input[type="text"] {
color: #F58D43;
}