• Resolved rich.h.worley

    (@richhworley)


    If you click on the URL below, you’ll see that my product attributes (package, experience, and person) are all grayed out. I’d like to make them a bit bigger and change their color to white. I’m racking my brain over this! I’m a newbie so it’s probably a simple CSS fix, but for the life of me I can’t figure it out. Any help would be greatly appreciated!!

    http://www.walkabouttoursphuket.com/product/siam-niramit/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .woocommerce .summary table.variations tr td {
        color: #515151;
        font-size: 14px;
    }

    change their color to white.

    Change the ‘#515151‘ to ‘#fff‘.

    I’d like to make them a bit bigger

    Change the ‘14‘, increase it.

    Thread Starter rich.h.worley

    (@richhworley)

    Thank You so much that worked perfectly 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the text color/size of product attribute titles’ is closed to new replies.