Home Forums WoodMart support forum Products per page problem

Products per page problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #354752

    Xristos
    Participant

    Hello,

    #1. I have a problem, I go into Theme Settings -> Product archive -> Products grid -> Products per page = 4
    But when I go into /shop page I see 25 products. Not 4 products.
    (see images Products_Per_Page.png and shop_page.jpg)

    #2. I need to change some colours from a single page product. More specific I need to change Breadcrumbs colour,
    minus, plus and add to cart quantity product colour
    and finally categories of colour
    (see image change_colors.jpg)

    I provide you with the credentials because the website is in maintenance.

    Best Regards,
    Chris

    Attachments:
    You must be logged in to view attached files.
    #354758

    Xristos
    Participant

    I solve #1. I should clear my browser cache.

    So I need an answer only for my #2. question.

    Thank you!

    #354776

    Luke Nielsen
    Keymaster

    Hello,

    1. I am glad that you sorted it out.

    2. In order to change colors for these fields, enter the code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    Breadcrumb’s color.

    .single-product .woocommerce-breadcrumb a, .yoast-breadcrumb a {
        color: blue;
    }

    Quantity area color.

    .single-product div.quantity input[type="number"],
    .single-product div.quantity input[type="button"] {
        color: blue;
    }

    Plus “+” and Minus “-” button hover color.

    .single-product div.quantity input[type="button"]:hover {
        color: yellow;
    }

    Categories color.

    .single-product .product_meta>span a {
        color: blue;
    }

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

Viewing 3 posts - 1 through 3 (of 3 total)