Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi Julien,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    table.wpcss-products th {
        background-color: #f8f8f8;
    }
    table.wpcss-products tbody tr:nth-child(2n) td {
        background-color: #fbfbfb;
    }
    table.wpcss-products td.product-thumbnail {
        width: 100px;
    }
    table.wpcss-products .wpcss-actions button {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border: none;
        background-color: #E02B20;
        color: #fff;
        border-radius: 3px;
        font-weight: 500;
        box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
        cursor: pointer;
    }
    .wpcss-share-actions input {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 3px;
        border: 1px solid #ddd;
    }
    .wpcss-share-actions .wpcss-copy {
        display: flex;
        align-items: center;
    }
    .wpcss-share-actions .wpcss-copy .wpcss-copy-url {
        margin-left: 10px;
        margin-right: 10px;
    }

    And the result https://www.screencast.com/t/JPZvwv2LUh

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS style’ is closed to new replies.