How can I change the search tab font color in Gymuso 1.1.0 theme?

Hello please how do i change the “search tab” font color for my store with Gymuso 1.1.0 theme

Hi Nana72, could you provide a link to your store please? I’ll take a look at the code and see what we can implement

www.theerosqupidplace.co.uk

Thanks Nana72. Are you referring to the color of the text within the search box? I noticed that the field is black and so is your text.

If so, you should add the following code within the tag of your theme.liquid file, located in Online Store > Live Theme > Actions > Edit Code. The theme.liquid file should be under the Layout section.

Place this code as far down in the tag as possible, preferably just above the closing tag


1 Like

it worked!! thank you so much

1 Like

Great! Happy to help!

You can always change the color of the text to whatever you’d like by replacing the “white” in that code with another color or hexcode. You can also add other effects to the text within that code, such as adding font-weight: bold; to make the search text thicker.