Make WordPress Themes

Changeset 218201


Ignore:
Timestamp:
02/21/2024 11:06:41 AM (21 months ago)
Author:
themedropbox
Message:

New version of Altra - 1.0.44

Location:
altra/1.0.44
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • altra/1.0.44/readme.txt

    r217378 r218201  
    44Tested up to: 6.4
    55Requires PHP: 5.6
    6 Stable tag: 1.0.43
     6Stable tag: 1.0.44
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7979== Changelog ==
    8080
     81@version 1.0.44
     82* Style improvements - Product Sale Badge
     83
    8184@version 1.0.43
    8285* Style improvements - Product Title
  • altra/1.0.44/style.css

    r217378 r218201  
    33Text Domain:       altra
    44Template:           atua
    5 Version:            1.0.43
     5Version:            1.0.44
    66Tested up to:       6.4
    77Requires at least:  4.7
     
    911911    text-decoration: none;
    912912}
     913
     914.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
     915    left: 15px;
     916    top: 15px;
     917    padding: 0;
     918    color: var(--dt-whi-color);
     919    background: var(--dt-pri-color);
     920    right: auto;
     921    min-width: 45px;
     922    height: 24px;
     923    line-height: 24px;
     924    display: block;
     925    overflow: hidden;
     926    min-height: auto;
     927    font-weight: 500;
     928    font-size: 12px;
     929    letter-spacing: 0.2px;
     930    border: none;
     931}
Note: See TracChangeset for help on using the changeset viewer.