Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Krys10

    (@krys10)

    resolved by using following CSS:
    .woocommerce #page-wrapper h1.page-title {
    color: #58585a !important;
    }

    p.woocommerce-result-count {
    color: #58585a !important;
    }

    #secondary .widget ul li a{
    color: #58585a !important;
    }
    #secondary .widget ul li a:hover{
    color: #f9bf3b !important;
    }

    .woocommerce ul.products li.product h3 {
    color: #58585a !important;
    }

    .woocommerce ul.products li.product h3:hover {
    color: #f9bf3b !important;
    }

    Hi

    How do you change the price color on woo commerce? Saw that youve already done it but don’t know if its in here.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Colour’ is closed to new replies.