Make WordPress Themes

Changeset 299200


Ignore:
Timestamp:
11/19/2025 12:15:07 PM (5 days ago)
Author:
themedropbox
Message:

New version of Acronix - 1.8.6

Location:
acronix/1.8.6
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • acronix/1.8.6/functions.php

    r297899 r299200  
    11<?php
    2 define( 'ACRONIX_THEME_VERSION', '1.8.5' );
     2define( 'ACRONIX_THEME_VERSION', '1.8.6' );
    33function acronix_css() {
    44    $parent_style = 'accron-parent-style';
  • acronix/1.8.6/readme.txt

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

    r297899 r299200  
    66Description: Unveil digital excellence with Acronix WordPress Theme, a Bootstrap-supported marvel ensuring a perfect LightSpeed score. Experience blazing fast speeds tailored for all business websites, sculpting an online presence that's as efficient as it is elegant. Acronix: Where performance meets sophistication, setting a new benchmark for web brilliance. View the demo of Acronix Pro https://www.nayrathemes.com/demo/pro/?theme=acronix
    77Template: accron
    8 Version: 1.8.5
     8Version: 1.8.6
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    395395   border: none;
    396396}
     397
     398select:focus,
     399.form-control:focus {
     400    border-color: rgb(255, 33, 79);
     401    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     402}
Note: See TracChangeset for help on using the changeset viewer.