PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

color of border search and catagory

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Is there a way to change the color of text search en product category filter border ?

Now it goes back to #767676 but i want it black.

 

Hello

Please  drop  me  exact  linlk  to the  issue

in hidden part ;-)

Hello

Please add  css

body .woof_redraw_zone .woof_select {

border-color: black;

.woof_container .woof_container_inner input[type="search"] {
border-color: black;
}

Hi Pablo,

 

This code works on my website only for the search field not for the category field.

Can you please check it for me ?

 

Hello

I  check  it.  it looks like you haven't added this code - https://c2n.me/4bPAaWh.png

body .woof_redraw_zone .woof_select {
border-color: black;
}

where  you  added  this  code?

I removed the code because it didn't work. Btw are the 2 lines code for both the search bar and the category element?

Hi Pablo,

 

When you zoom in to the search item from the sidebar, you see that the border has 2 colors, if you change it with CSS snipset, it changes back the next time you go to the same page, so it is not permanent, also the line is 2px, it is impossible to change because it goes back to 2px.

In the catagory bar it is not responding to the code you gave me

Hello

OK! now i see you added this code - https://c2n.me/4bQrIdZ.png - result - https://c2n.me/4bQrLyh.png

You have not added this code - https://c2n.me/4bQrRAC.png - And I can’t check why it doesn’t work on your site. So  please  add  it

Also  try  this:

body .woof_redraw_zone .woof_select {
border-colorblack;
border-width: 2px;
}

Hi Pablo,

This one looks to work for me, i changed the border width to 1 because it looks nicer. Hope it wil not change again because that was the problem before.

The lines are now :

 

body .woof_redraw_zone .woof_select {
border-color: black;

}
.woof_container .woof_container_inner input[type="search"] {
border-color: black;
border-width: 1px;
}

body .woof_redraw_zone .woof_select {
border-color: black;
border-width: 1px;
}

 

 

Thanks

Hello

It depends on where you added your styles.