Make WordPress Themes

Changeset 299064


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

New version of GradiantX - 5.3

Location:
gradiantx/5.3
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gradiantx/5.3/functions.php

    r297735 r299064  
    33 * Define Theme Version
    44 */
    5 define( 'GRADIANTX_THEME_VERSION', '5.2' );
     5define( 'GRADIANTX_THEME_VERSION', '5.3' );
    66
    77function gradiantx_css() {
  • gradiantx/5.3/readme.txt

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

    r297735 r299064  
    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 GradiantX Pro https://www.nayrathemes.com/demo/pro/?theme=gradiantx
    77Template: gradiant
    8 Version: 5.2
     8Version: 5.3
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    474474   border: none;
    475475}
     476select:focus,
     477.form-control:focus {
     478    border-color: rgb(255, 33, 79);
     479    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     480}
Note: See TracChangeset for help on using the changeset viewer.