Make WordPress Themes

Changeset 246371 for centralnews


Ignore:
Timestamp:
10/24/2024 11:53:37 AM (13 months ago)
Author:
themedropbox
Message:

New version of CentralNews - 1.3.8

Location:
centralnews/1.3.8
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • centralnews/1.3.8/readme.txt

    r246235 r246371  
    44Requires PHP: 5.6
    55Tested up to: 6.6
    6 Stable tag: 1.3.7
     6Stable tag: 1.3.8
    77License: GNU General Public License v2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Change-log ==
     49= 1.3.8 - Oct 24 2024 =
     50* Update - Table Block improvement
     51* Update - Style improvement
     52
    4953= 1.3.7 - Oct 23 2024 =
    5054* Update - Block improvement
  • centralnews/1.3.8/style.css

    r246235 r246371  
    66Description: CentralNews is a user-friendly WordPress theme designed for news, blog, and magazine websites. It lets you quickly set up your site with one-click demo imports and easily manage content using 9+ custom widgets. The theme offers stylish options like various banners, light/dark mode, and is customizable via the live customizer. Supporting RTL languages and compatible with Elementor, Gutenberg blocks, and WooCommerce, it even allows for seamless integration of an online store. CentralNews is optimized for search engines and comes with dedicated support. Explore demos and documentation at https://afthemes.com/products/centralnews/.
    77Template: morenews
    8 Version: 1.3.7
     8Version: 1.3.8
    99Requires PHP: 5.6
    1010Tested up to: 6.6
     
    114114
    115115.af-cat-widget-carousel a.morenews-categories {
    116     padding: 6px 10px;
     116    padding: 5px 10px;
    117117
    118118}
     
    168168}
    169169
     170.wp-block-table thead {
     171    border-bottom: 2px solid;
     172}
     173
     174.wp-block-table tfoot {
     175    border-top: 2px solid;
     176}
     177
     178
     179
    170180.gallery-caption {
    171181    position: static;
     
    192202
    193203.entry-content>[class^="wp-block-"] {
    194     margin-bottom: 20px;
     204    margin-bottom: 30px;
    195205}
    196206
Note: See TracChangeset for help on using the changeset viewer.