Make WordPress Themes

Changeset 299058


Ignore:
Timestamp:
11/18/2025 01:13:09 PM (6 days ago)
Author:
themedropbox
Message:

New version of Colorsy - 16.0

Location:
colorsy/16.0
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • colorsy/16.0/functions.php

    r297722 r299058  
    33 * Define Theme Version
    44 */
    5 define( 'COLORSY_THEME_VERSION', '15.9' );
     5define( 'COLORSY_THEME_VERSION', '16.0' );
    66
    77function colorsy_css() {
  • colorsy/16.0/readme.txt

    r297722 r299058  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 15.9
    8 Version: 15.9
     7Stable tag: 16.0
     8Version: 16.0
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    119119
    120120== Changelog ==
     121
     122@version 16.0
     123* Form Style Issue Fixed
    121124
    122125@version 15.9
  • colorsy/16.0/style.css

    r297722 r299058  
    66Description: A powerful next generation theme for upcoming generations and traditional UI that focuses on the color combinations of solid and gradient colors, along with cool animations and attractive features. It's perfect for any type of business. View the demo of Colorsy Pro https://www.nayrathemes.com/demo/pro/?theme=colorsy
    77Template: gradiant
    8 Version: 15.9
     8Version: 16.0
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    10991099   border: none;
    11001100}
     1101
     1102select:focus,
     1103.form-control:focus {
     1104    border-color: rgb(255, 33, 79);
     1105    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     1106}
Note: See TracChangeset for help on using the changeset viewer.