Stylize text in Quick Search box

MOZ

Well-known member
Can someone please guide me to what I have to change to tweak the color/font of the text in the Quick Search box, everywhere I have looked, I could only find information for changing the Search textfield, nothing for the other elements.

Here is what I am predominantly looking to change (The color mainly):
ScreenShot00004.webp


Thank You
 
you could try adding this in the extra.css template ...

Code:
.controlsWrapper .ctrlUnit dd .explain,  .controlsWrapper .ctrlUnit dd li {
    color: red;
}
 
Does this create a red box? :unsure: Because that is not what I want, but had that in the image to put emphasis on the text I want to change. :)
 
Does this create a red box? :unsure: Because that is not what I want, but had that in the image to put emphasis on the text I want to change. :)

It won't create a red box unless you add a border: around the text. The "red" in the post/code I posted above is an example to change the areas you want to change the text colour.
 
Top Bottom