Make WordPress Themes

Changeset 247750 for centralnews


Ignore:
Timestamp:
11/05/2024 04:18:08 PM (13 months ago)
Author:
themedropbox
Message:

New version of CentralNews - 1.3.18

Location:
centralnews/1.3.18
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • centralnews/1.3.18/readme.txt

    r247614 r247750  
    44Requires PHP: 5.6
    55Tested up to: 6.6
    6 Stable tag: 1.3.17
     6Stable tag: 1.3.18
    77License: GNU General Public License v2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • centralnews/1.3.18/style.css

    r247614 r247750  
    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.17
     8Version: 1.3.18
    99Requires PHP: 5.6
    1010Tested up to: 6.6
     
    2020CentralNews is distributed under the terms of the GNU GPL v2 or later.
    2121*/
    22 
    23 
    24 
    25 div#main-navigation-bar {
    26     background: #BF0A30;
    27 }
    28 
    29 .exclusive-posts .exclusive-now {
    30     background-color: #002868;
    31 }
    32 
    33 .main-navigation .menu-description {
    34     background-color: #002868;
    35 }
    36 
    37 .main-navigation .menu-description:after {
    38     border-top: 5px solid #002868;
    39 }
    40 
    41 div.custom-menu-link>a {
    42     background: #002868;
    43 }
    44 
    45 .af-cat-widget-carousel a.morenews-categories.category-color-1 {
    46     background-color: #002868;
    47 
    48 }
    49 
    50 a.morenews-categories.category-color-1 {
    51     color: #002868;
    52 }
    53 
    54 .af-cat-widget-carousel a.morenews-categories.category-color-2 {
    55     background-color: #BF0A30;
    56 
    57 }
    58 
    59 a.morenews-categories.category-color-2 {
    60     color: #BF0A30;
    61 }
    6222
    6323h1,
     
    7333}
    7434
    75 .entry-content,
    76 .entry-header .post-excerpt {
    77     font-size: 18px;
    78 }
    79 
    80 body.single-post .entry-title,
    81 h1.page-title {
    82     font-size: 34px;
    83 }
    8435
    8536body,
     
    10253p {
    10354    margin-bottom: 20px;
     55}
     56
     57
     58
     59div#main-navigation-bar {
     60    background: #BF0A30;
     61}
     62
     63.exclusive-posts .exclusive-now {
     64    background-color: #002868;
     65}
     66
     67.main-navigation .menu-description {
     68    background-color: #002868;
     69}
     70
     71.main-navigation .menu-description:after {
     72    border-top: 5px solid #002868;
     73}
     74
     75div.custom-menu-link>a {
     76    background: #002868;
     77}
     78
     79.af-cat-widget-carousel a.morenews-categories.category-color-1 {
     80    background-color: #002868;
     81
     82}
     83
     84a.morenews-categories.category-color-1 {
     85    color: #002868;
     86}
     87
     88.af-cat-widget-carousel a.morenews-categories.category-color-2 {
     89    background-color: #BF0A30;
     90
     91}
     92
     93a.morenews-categories.category-color-2 {
     94    color: #BF0A30;
     95}
     96
     97.entry-content,
     98.entry-header .post-excerpt {
     99    font-size: 18px;
     100}
     101
     102body.single-post .entry-title,
     103h1.page-title {
     104    font-size: 34px;
    104105}
    105106
     
    286287}
    287288
    288 .single h3.awpa-title,
    289 .single .awpa-review-field h3 {
     289body.single h3.awpa-title,
     290body.single .awpa-review-field h3 {
    290291    margin-top: 2.5rem;
    291292    padding-top: 2.5rem;
     
    351352
    352353
    353 .af-social-contacts .social-widget-menu .screen-reader-text {
     354body .af-social-contacts .social-widget-menu .screen-reader-text {
    354355    font-size: 14px;
    355356    font-weight: 700;
    356357}
    357358
    358 .social-widget-menu ul li a:after,
    359 .aft-small-social-menu ul li a:after {
     359body .social-widget-menu ul li a:after,
     360body .aft-small-social-menu ul li a:after {
    360361    font-size: 16px;
    361362}
     
    373374
    374375
    375 .post-navigation .em-post-navigation {
     376body .post-navigation .em-post-navigation {
    376377    opacity: 1;
    377378}
Note: See TracChangeset for help on using the changeset viewer.