Investa Change Search Box Style - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Investa Change Search Box Style

F

frigi

Template 2 years ago

Hi, I try to change the text style of the search box in the menu bar. In particulary the text color for the input text and the place holder.

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #134828

Hi

Thanks for contacting us. You can use this custom CSS

.form-control::placeholder {
  color: red !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #134825

Hi there!

Thanks for contacting us.

You may try to use the following code in your custom CSS:

input#mod-finder-searchword0 {
    font-family: cursive;
    color: white;
    border-color: cadetblue;
}

Here is all about custom code placement areas: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0