Hello,
what’s the point of this answer?
Don’t you want to help?
If I, as a frequent buyer, tell you that the sidebar widget customizer in your customizer doesn’t work, then you don’t need to send me a tutorial on how to create a widget 🙁
I want to change colors and spacing. (Blog Page left sidebar)
In your xstore.min.css you have the follow entry:
.menu-element.menu-list .menu li .nav-sublist ul, .menu-element.menu-list .menu li .nav-sublist-dropdown {
position: static!important;
padding: 0 0 0 12px;
border: none;
-webkit-transform: none;
transform: none;
}
and this:
.menu-element.menu-list .menu li .nav-sublist-dropdown, .menu-element.menu-list .menu li>.nav-sublist {
display: block!important;
-webkit-animation: none !important;
animation: none !important;
}
and this:
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
and this:
.item-design-dropdown .nav-sublist-dropdown {
padding: 1em 0;
}
and this:
.nav-sublist-dropdown {
position: absolute;
top: 100%;
left: 0;
z-index: -1;
display: none;
-webkit-animation: fadeOut;
animation: fadeOut;
width: 18em;
padding: 2.14em 2.14em;
background-color: var(–et_white-2-dark);
text-align: left;
text-align: start;
border: 1px solid var(–et_border-color);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
The first i need to change the background color from ” background-color: var(–et_white-2-dark);” to my own.
I hope you help now.
I will rate my experience at Themeforest.
Currently I should have 12 licenses.
You can find the access data for viewing in my previous post under “private content”
regards
Patrick (CEO PJone)