Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @maxiec,

    I tried to replicate your issue and found that clearing cache might help resolving the problem that you are facing.

    In case it doesn’t help, you can try adding the following Custom CSS to your WordPress, provided you change the Class name according to your website:

    .site-footer .widget-title {
    color: #8d5050 !IMPORTANT;
    }

    Also, you can share the URL of your website so that I can check it.

    Thanks!

    Thread Starter maxiec

    (@maxiec)

    the error happens only with woocommerce pages

    https://catalogo.prosandoval.org/tienda/

    • This reply was modified 1 year, 10 months ago by maxiec.
    • This reply was modified 1 year, 10 months ago by maxiec.

    Hi @maxiec,

    This is actually a known issue. Sorry for the inconvenience. Meanwhile, you can add the following CSS to your site

    .woocommerce-page .widget .widget-title {
        color: #fff;
    }

    Please change #fff to something else if white is not your preferred color.

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘footer widget titles color’ is closed to new replies.