Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853031

    piexec
    Participant

    I purchased the product Add On from woocommerce.

    http://clearwaterconferenceroom.com/index.php/product/sports-legends-meal-package-1/

    Id like to know how to:

    1. Create a custom style for the header “Number of People *”. Its stuck on the global h1 or h2 tag.
    2. Create a custom style for the Price located right under “Sports Legends Meal Package 1”

    Thank you in advance.

    #853171

    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    1. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS with your preferred styling.

    .product-addon .addon-name {
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    2. Please add this too.

    .woocommerce div.product .summary .price>.amount, .woocommerce div.product .summary .price>ins>.amount {
        font-size: 30px;
        color: #a00a0a;
        font-style: italic;
        font-family: "Libre Baskerville",serif;
    }

    Cheers!