Notifications
Clear all

wpForo 1.x.x [Solved] Problem with slider bar

5 Posts
2 Users
0 Likes
399 Views
Posts: 7
Topic starter
(@yesterday55555)
Active Member
Joined: 4 years ago

Hello. I am having a problem. I would like to turn off the line in the middle "" Search"

I do not know why it is showing that

4 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @yesterday55555,

This is just a small CSS conflict with the theme or other plugins. Please leave some example URL to allow us to debug and provide some CSS solution for you. 

3 Replies
(@yesterday55555)
Joined: 4 years ago

Active Member
Posts: 7

@sofy

Of cousrse here is a link for an exampel http://hocketcau.com/

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@yesterday55555,

The CSS solution is provided below:

.widget-title:after {
background: none !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

(@yesterday55555)
Joined: 4 years ago

Active Member
Posts: 7

@sofy

thank you for helping.. How great