Make WordPress Themes

Changeset 299862


Ignore:
Timestamp:
11/24/2025 04:12:39 AM (6 hours ago)
Author:
themedropbox
Message:

New version of Blogus - 2.7.5

Location:
blogus/2.7.5
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blogus/2.7.5/readme.txt

    r299653 r299862  
    55Requires at least: 6.7
    66Tested up to: 6.8
    7 Stable tag: 2.7.4
    8 Version: 2.7.4
     7Stable tag: 2.7.5
     8Version: 2.7.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    661661= Version 2.7.4
    662662* Fixed Product Meta Issue on Search Page
     663
     664= Version 2.7.5
     665* Fixed WooCommerce Product Page Styling Issues.
  • blogus/2.7.5/style-rtl.css

    r299653 r299862  
    55Author URI: https://themeansar.com
    66Description: Blogus is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Blogus is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Blogus is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/blogus-demos/ and documentation at https://docs.themeansar.com/docs/blogus/
    7 Version: 2.7.4
     7Version: 2.7.5
    88Tested up to: 6.8
    99Requires PHP: 7.4
     
    32033203}
    32043204
     3205/*woocommerce-product-single-page*/
     3206.woocommerce div.product form.cart .variations th{
     3207    background-color: transparent;
     3208    padding: 0;
     3209    line-height: 3;
     3210}
     3211.woocommerce div.product form.cart .variations td {
     3212    padding-top: .3rem;
     3213    padding-bottom: .3rem;
     3214}
     3215.woocommerce div.product form.cart .variations select {
     3216    min-width: auto;
     3217    width: 100%;
     3218    max-width: 22rem;
     3219    line-height: 1.3;
     3220}
    32053221/* WordPress Core*/
    32063222.site-description {
  • blogus/2.7.5/style.css

    r299653 r299862  
    55Author URI: https://themeansar.com
    66Description: Blogus is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Blogus is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Blogus is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/blogus-demos/ and documentation at https://docs.themeansar.com/docs/blogus/
    7 Version: 2.7.4
     7Version: 2.7.5
    88Tested up to: 6.8
    99Requires PHP: 7.4
     
    27142714    border: unset;
    27152715}
    2716 
     2716/*woocommerce-product-single-page*/
     2717.woocommerce div.product form.cart .variations th{
     2718    background-color: transparent;
     2719    padding: 0;
     2720    line-height: 3;
     2721}
     2722.woocommerce div.product form.cart .variations td {
     2723    padding-top: .3rem;
     2724    padding-bottom: .3rem;
     2725}
     2726.woocommerce div.product form.cart .variations select {
     2727    min-width: auto;
     2728    width: 100%;
     2729    max-width: 22rem;
     2730    line-height: 1.3;
     2731}
    27172732/* WordPress Core*/
    27182733.site-description {
Note: See TracChangeset for help on using the changeset viewer.