Skip to content

Commit

Permalink
Fix: Active Product css in Menu.
Browse files Browse the repository at this point in the history
Fix: Active Product css in Menu.
  • Loading branch information
alinashevchenkome committed May 1, 2024
1 parent 0323592 commit ac899eb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/src/woo/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
.content-style-unboxed .entry-content-wrap.product:not(.loop-entry):not(.menu-item .entry-content-wrap.product) {
padding: 0;
}
.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry) {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/woocommerce.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.4.1 | 1st May 2024 ==
* Fix: Active Product css in Menu.

== 1.4.0 | 29th April 2024 ==
* Add: theme.json file to better support core blocks.
* Add: Threads to social media options.
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package Base
*/

define( 'AVANAM_VERSION', '1.4.0' );
define( 'AVANAM_VERSION', '1.4.1' );
define( 'AVANAM_MINIMUM_WP_VERSION', '5.6' );
define( 'AVANAM_MINIMUM_PHP_VERSION', '7.4' );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widget
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.4.0
Stable tag: 1.4.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Theme URI: https://avanam.org
Author: AvanamOrg
Author URI: https://avanam.org/
Description: This is starter WordPress theme called Avanam. Created for theme developers to start building beautiful WordPress themes using Avanam.
Version: 1.4.0
Version: 1.4.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avanam
Requires at least: 6.2
Tested up to: 6.4
Tested up to: 6.5
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4
Expand Down

0 comments on commit ac899eb

Please sign in to comment.