Notifications
Clear all

wpForo 1.x.x [Solved] Find a member Search Field CSS in Safari

8 Posts
3 Users
0 Reactions
672 Views
Posts: 27
 jim
Topic starter
(@jim)
Eminent Member
Joined: 4 years ago

Hi,

The CSS for the member search field doesn't seem to be working in Safari. It works in Chrome, though. All of the other input fields display correctly in Safari, too. It's just this one field that doesn't seem to respond to the CSS. I've purged caches both in WordPress and in Safari, and I've tried on computers that I had never previously opened the site. When I use "Inspect Element" in Safari, I can see that the CSS is being called. Any idea why it's not displaying? 

I've attached a screenshot of what it looks like. Thanks!

7 Replies
Alvina
Posts: 1863
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @jim,

Please leave your forum URL to allow us to check it.

1 Reply
 jim
(@jim)
Joined: 4 years ago

Eminent Member
Posts: 27
Posts: 27
 jim
Topic starter
(@jim)
Eminent Member
Joined: 4 years ago

Hi, @alvina, just making sure you saw my last post with the requested link. Thank you for your help!

4 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

@jim,

We've just checked on the Safari browser and don't find such an issue. See the screenshot:

 jim
(@jim)
Joined: 4 years ago

Eminent Member
Posts: 27

@alvina Yes, it is happening in your screenshot, too. Look at the desktop one. The magnifying glass is covering over the words...

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@jim

Try
add this to custom css

#wpforo #wpforo-wrap .wpf-field input[type="search"] {
-webkit-appearance: textfield;
}

Dashboard > Forums > Settings > Style (custom css)

 jim
(@jim)
Joined: 4 years ago

Eminent Member
Posts: 27

@tutrix Yes! That worked! Thank you so much!