Home Forums WoodMart support forum How can I add “read more/read less” on short description

How can I add “read more/read less” on short description

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

    javitoor1001
    Participant

    I am trying to add a ‘read more/read less’ button on my short description on single product page and on quick view popup on shop pages.

    #532461

    javitoor1001
    Participant

    How do I change the colors of my attribute labels:

    Attribute name: Shop By Strain:
    Attributes: indica, sativa, hybrid, indica dominant, sativa dominant, 100% CBD

    I would like to have different colors for the labels for each of the 6 attributes

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

    Hung Pham
    Keymaster

    Hi javitoor1001,

    Thanks for reaching to us.

    1. Read more / less

    Unfortunately, there is no such an option by default.

    2. Colors

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product-label.attribute-label:not(.label-with-img).label-term-xxx{
        background-color: #000;
        color: #fff;
    }

    xxx: you can replace with attribute name, such as: unspecified or indica

    Best Regards,

    • This reply was modified 3 months, 3 weeks ago by Hung Pham.
Viewing 3 posts - 1 through 3 (of 3 total)