Comments Muto1990 started the conversationNovember 21, 2022 at 6:45amI can't find where to change the colour of the product filter button colour. 2,610PenciDesign repliedNovember 21, 2022 at 7:47amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-woo-before-main-content .penci-products-per-page a { color: #000;}Change #000 with the color you want to show. Get the color code here: https://htmlcolorcodes.com/Regards,PenciDesign.Muto1990 repliedNovember 21, 2022 at 11:09pmIt didn't work. still showing the original color 2,610PenciDesign repliedNovember 22, 2022 at 1:38amHi,Please send me a screenshot of the area you want to change the color.Regards,PenciDesign.Muto1990 repliedNovember 24, 2022 at 3:06amI've attached a screenshot of the page. https://pentacloud.co.ke/shop-3/ 2,610PenciDesign repliedNovember 24, 2022 at 5:06amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .woocommerce .widget_price_filter .price_slider_amount .button { background-color: #000;} Change #000 to the color code you want to show. You can get the color code on this link: https://htmlcolorcodes.com/ Regards,PenciDesign.Muto1990 repliedNovember 24, 2022 at 7:57pmthat has worked. and how do I change the hover colour of the same? 2,610PenciDesign repliedNovember 25, 2022 at 2:00amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .woocommerce .widget_price_filter .price_slider_amount .button:hover { background-color: #000;}Regards,PenciDesign.Muto1990 repliedNovember 25, 2022 at 8:00amthank you Sign in to reply ...
I can't find where to change the colour of the product filter button colour.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change #000 with the color you want to show. Get the color code here: https://htmlcolorcodes.com/
Regards,
PenciDesign.
It didn't work. still showing the original color
Hi,
Please send me a screenshot of the area you want to change the color.
Regards,
PenciDesign.
I've attached a screenshot of the page. https://pentacloud.co.ke/shop-3/
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change #000 to the color code you want to show. You can get the color code on this link: https://htmlcolorcodes.com/
Regards,
PenciDesign.
that has worked. and how do I change the hover colour of the same?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
thank you