New Landing How can we help? Atelier Changing font color for woocommerce categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #318479
    anguyenn
    Member
    Post count: 6

    I know there is a live customization in appearance but I can’t seem to find the right setting to change the font color for the category links for products.

    I have tried using the following css to change the font color but doesn’t work it is still dark grey

    #product-details .posted_in {
        color: white;
    }

    Also I’m trying to change the font color for the number page links as it is dark grey too

    ul.bar-stylign pagenavi{
        color: white;
    }
    #318673
    David Martin – Support
    Moderator
    Post count: 20834

    1) For the product categories on the shop page? Use this:

    ul.products li.product .product-details .posted_in a {
        color: blue;
    }

    2) For the shop page pagination? This is the Section Divide color in the customizer.

    You could override this using this CSS:

    ul.page-numbers li > a:hover, 
    ul.page-numbers li > span.current, 
    .pagination-wrap ul li > a:hover, 
    .pagination-wrap ul li span.current {
        border-color: blue!important;
        color: blue!important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register