Make WordPress Themes

Changeset 299577


Ignore:
Timestamp:
11/21/2025 06:36:35 AM (3 days ago)
Author:
themedropbox
Message:

New version of RockBiz - 15.8

Location:
rockbiz/15.8
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rockbiz/15.8/functions.php

    r298058 r299577  
    11<?php
    22
    3 define( 'ROCKBIZ_THEME_VERSION', '15.7' );
     3define( 'ROCKBIZ_THEME_VERSION', '15.8' );
    44
    55function rockbiz_css() {
  • rockbiz/15.8/readme.txt

    r298058 r299577  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 15.7
    8 Version: 15.7
     7Stable tag: 15.8
     8Version: 15.8
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9494##Changelog
    9595
     96@version 15.8
     97* Form Style Issue Fixed
     98
    9699@version 15.7
    97100* Block Style Issue Fixed
  • rockbiz/15.8/style.css

    r298058 r299577  
    66Description: RockBiz is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. RockBiz comes with everything you could ever need to build an amazing website, and it's perfect for any type of business! View the demo of RockBiz Premium https://demo.speciatheme.com/pro/?theme=rockbiz
    77Template: specia
    8 Version: 15.7
     8Version: 15.8
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    964964   border: none;
    965965}
     966
     967select:focus,
     968.form-control:focus {
     969    border-color: rgb(255, 33, 79);
     970    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     971}
Note: See TracChangeset for help on using the changeset viewer.