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

make selected colors also show in "bold"

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.

Hi, how can i make the selected color also show in bold font?

for reference: https://www.santana.be/winkel/?swoof=1&pa_kleur=wit

Hello

Unfortunately, the plugin does not have such a feature. You need customization of the code. We do not have a ready-made solution

can u give us a snippet for it? :)

Hello

https://c2n.me/43RkOiM.png - If you have experience in programming, I can tell you how to do it.

i know a bit of programming yes :)

Hello

Try  in  file  - plugins\woocommerce-products-filter\ext\color\views\woof.php - add  this  code - https://c2n.me/43SsxFn.png

<?php echo (in_array($term['slug'], $current_request))?"woof_checkbox_label_selected":"" ?>

the snippet is added

it didn't work :(

Hello

I tested it on my site - https://c2n.me/43Xk1Iy.png

it looks like you did something wrong

Found it, it was another file (for me):

/wp-content/my_woof_extensions/color_2/views/woof.php

Hello

Yes!  correct ;)