Skip to content

Commit

Permalink
Fix header submenus background color. Fix header widget colors. Fix m…
Browse files Browse the repository at this point in the history
…obile menu background color matching header background color.
  • Loading branch information
francgrasso committed Jun 24, 2020
1 parent 0fd155a commit fa6f5e1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions sass/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
padding-bottom: 15px;
position: relative;
transition: all ease 0.3s;
color: var(--proteo-header_menu_color, #404040);
}

.header-sidebar {
Expand Down
6 changes: 3 additions & 3 deletions sass/navigation/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
top: 100%;
left: -45px;
z-index: 99999;
background: #ffffff;
background: var(--proteo-header_bg_color, #ffffff);
text-align: initial;
transition: all ease 0.3s;
text-transform: none;
Expand Down Expand Up @@ -208,7 +208,7 @@
.icon-bar {
display: block;
margin: 5px 0;
background-color: #9a9a9a;
background-color: var(--proteo-header_menu_color, #404040);
height: 2px;
width: 20px;
border-radius: 1px;
Expand Down Expand Up @@ -271,7 +271,7 @@
& > div {
position: fixed;
height: 100vh;
background: #ffffff;
background: var(--proteo-header_bg_color, #ffffff);
width: 100vw;
padding: 100px 30px;
z-index: 100;
Expand Down
2 changes: 1 addition & 1 deletion sass/shop/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Mini Cart Widget
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
right: 0;
padding: 15px;
background: #ffffff;
background: var(--proteo-header_bg_color, #ffffff);
border-radius: 5px;
top: calc(100%);
opacity: 0;
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: YITH
Author URI: https://yithemes.com
Description: Proteo is a sleek, modern and “Gutenberg-friendly” e-commerce theme. Developed with a beautiful UI and a minimal design, is perfect for each kind of shop. Easy to manage and to customize, Proteo is the best solution if you want a complete e-commerce template and start quickly to sell your products with WooCommerce without a technical knowledge. Use it also for corporate site or a blog: there are no limits about what you can do with a beautiful and usable theme like this! Main features: Colors and Typography customization (Google font support), Logo customization, 3 different Header layouts, Advanced customizer theme options, Sidebar Management, Sidebar Chooser on each page and product, Page title icons, Top Bar Management, Easy main color shade chooser, Buttons style management (gradient buttons support), Footer management with multiple sidebars, WooCommerce support, Shop Theme Options, Custom WooCommerce messages and animated WooCommerce alert notices, Two cart page layouts, Bootstrap grid system, CSS animations, Gutenberg support, Responsive, Fullscreen search, Multilevel menus, Support to all YITH plugins, SVG icons for HiDPI screens, Translation Ready. <a href="https://proteo.yithemes.com/about-proteo/" rel="nofollow" target="_blank">Discover more ></a> | <a href="https://proteo.yithemes.com/" rel="nofollow" target="_blank">Check our live demo ></a>
Version: 1.2.9.1
Version: 1.2.9.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yith-proteo
Expand Down
11 changes: 6 additions & 5 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

0 comments on commit fa6f5e1

Please sign in to comment.