Plugin Directory

Changeset 2365031


Ignore:
Timestamp:
08/19/2020 03:22:04 PM (6 years ago)
Author:
inspiredsolutions
Message:

Adds a FAQ answer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • show-shipping-class-in-product-page/trunk/readme.txt

    r2365025 r2365031  
    5151
    5252== Frequently Asked Questions ==
     53=How can i change the appearance of the shipping class displayed in product page?
     54Simply go to your theme's custom css field and add the following:
     55.product-shipping-class {
     56    color: type_color_here;
     57    font-family: type_font_family_here;
     58    font-size: type_font_size_here;
     59    font-weight: type_number_of_weight_here;
     60}
     61
     62And hit Save.
     63
    5364=Whats happenes when shipping class is not displayed in product page?
    5465
Note: See TracChangeset for help on using the changeset viewer.