• Hi! Some things om my page are blue:
    – add to cart
    – clear selection
    – uncategorized

    How can I make them black? Or another colour?

    Also: is it possible to totally remove the ‘category – uncategorised word/option?

    THANKS

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    You can change that color in Theme Options> Basic Styling> Primary Color.

    You can hide that by placing this CSS in Theme Options> Advanced Styling:

    .product_meta {
        display: none;
    }

    -Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘make everything black’ is closed to new replies.