Make WordPress Themes

Changeset 299059


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

New version of Convo - 11.3

Location:
convo/11.3
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • convo/11.3/functions.php

    r297726 r299059  
    33    * Define Theme Version
    44 */
    5 define( 'CONVO_THEME_VERSION', '11.2' );   
     5define( 'CONVO_THEME_VERSION', '11.3' );   
    66    function convo_css() {
    77    $parent_style = 'conceptly-parent-style';
  • convo/11.3/readme.txt

    r297726 r299059  
    55Tested up to: 6.8.1
    66Requires PHP: 7.0
    7 Stable tag: 11.2
    8 Version: 11.2
     7Stable tag: 11.3
     8Version: 11.3
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    109109== Changelog ==
    110110
     111@version 11.3
     112* Form Style Issue Fixed
     113
    111114@version 11.2
    112115* Block Style Issue Fixed
  • convo/11.3/style.css

    r297726 r299059  
    66Description: Convo is a fast and lightweight, multi-purpose WordPress theme. Enjoy Ken Burns effect, background elements, & smooth animations. Build amazing website with Convo. Checkout the demo of Convo Pro https://www.nayrathemes.com/demo/pro/?theme=convo
    77Template: conceptly
    8 Version: 11.2
     8Version: 11.3
    99Tested up to: 6.8
    1010Requires PHP: 7.0
     
    995995   border: none;
    996996}
     997
     998select:focus,
     999.form-control:focus {
     1000    border-color: rgb(255, 33, 79);
     1001    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     1002}
Note: See TracChangeset for help on using the changeset viewer.