Background image in menu bar

გამარჯობა ნოდა :slight_smile:

I’m using an iPhone XR. I tested the site on iPhone 5, 6 and 8 and it seems okay. On which iPhone did you test it?

Whilst testing in different browsers I noticed that the search button in Safari doesn’t have the text on it:

Here is a pic of the same button in Firefox

What do you think could be causing that?

მადლობა დახმარებისთვის

Could you help me with the above issue?

Hey @cottonbean

Sorry, most probably my reply was lost, I did not leave your message without an answer, thank you for bringing it back

Is your site changed? this is what I have right now and there is no menu at all right now: Screenshot by Lightshot

1 Like

That is the old HTML site I want to replace. The URL of the Wordpress version is:

https://www.sa-soldier.com/Wordpress/

Thanks

Howdy :slight_smile:

My bad, sorry about that :slight_smile:

this code for white text on the search button:

.search-widget-handle button.searchsubmit .screen-reader-text {
color: #fff !important;
}  

this code can be used to lowe size of the font for small screen devices:

@media (max-width: 1024px){
h1 {
font-size: 32px;
}
}

Hope it helps :slight_smile: