Make WordPress Themes

Changeset 296582


Ignore:
Timestamp:
11/05/2025 01:46:57 PM (3 weeks ago)
Author:
themedropbox
Message:

New version of Webique - 3.5

Location:
webique/3.5
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • webique/3.5/functions.php

    r295358 r296582  
    66 * Define Theme Version
    77 */
    8 define( 'WEBIQUE_THEME_VERSION', '3.4' );
     8define( 'WEBIQUE_THEME_VERSION', '3.5' );
    99
    1010// Root path/URI.
  • webique/3.5/readme.txt

    r295358 r296582  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 3.4
    8 Version: 3.4
     7Stable tag: 3.5
     8Version: 3.5
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    158158== Changelog ==
    159159
     160@version 3.5
     161* Style Issue Fixed
     162
    160163@version 3.4
    161164* Block Elements Style Fixed
  • webique/3.5/style.css

    r295358 r296582  
    55Author URI: https://www.nayrathemes.com/
    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 Webique Pro https://www.nayrathemes.com/demo/pro/?theme=webique
    7 Version: 3.4
     7Version: 3.5
    88Tested up to: 6.8
    99Requires PHP: 5.6
     
    4444    color: inherit;
    4545}
     46
     47.sidebar .widget .textwidget a span{
     48    color: inherit;
     49}
Note: See TracChangeset for help on using the changeset viewer.