Changeset 299059
- Timestamp:
- 11/18/2025 01:13:42 PM (6 days ago)
- Location:
- convo/11.3
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from convo/11.2)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convo/11.3/functions.php
r297726 r299059 3 3 * Define Theme Version 4 4 */ 5 define( 'CONVO_THEME_VERSION', '11. 2' );5 define( 'CONVO_THEME_VERSION', '11.3' ); 6 6 function convo_css() { 7 7 $parent_style = 'conceptly-parent-style'; -
convo/11.3/readme.txt
r297726 r299059 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.0 7 Stable tag: 11. 28 Version: 11. 27 Stable tag: 11.3 8 Version: 11.3 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 109 109 == Changelog == 110 110 111 @version 11.3 112 * Form Style Issue Fixed 113 111 114 @version 11.2 112 115 * Block Style Issue Fixed -
convo/11.3/style.css
r297726 r299059 6 6 Description: 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 7 7 Template: conceptly 8 Version: 11. 28 Version: 11.3 9 9 Tested up to: 6.8 10 10 Requires PHP: 7.0 … … 995 995 border: none; 996 996 } 997 998 select: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.