I am having difficulties in restoring my customized sidebars since the last updates I made to my site.
This is the css code:
#advanced-sidebar-navigation-menu-49-wrap li a {
padding: 22px 24px !important;
}
#advanced-sidebar-navigation-menu-49-wrap ul.parent-sidebar-menu {
margin: -24px !important;
}
#advanced-sidebar-navigation-menu-49-wrap .parent-sidebar-menu > li > a:hover {
transition: color 0.3s ease;
color: #FFFF00 !important;
background: rgb(4,73,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(4,73,153,1) 0%, rgba(37,43,68,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,73,153,1)), color-stop(100%,rgba(37,43,68,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(4,73,153,1) 0%,rgba(37,43,68,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(4,73,153,1) 0%,rgba(37,43,68,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(4,73,153,1) 0%,rgba(37,43,68,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(4,73,153,1) 0%,rgba(37,43,68,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#044999′, endColorstr=’#252b44′,GradientType=0 ); /* IE6-9 */ !important;
}
OnPoint Plugins
Good Morning Lazaros,
Your CSS was very close. Looks like you just needed to change the number to
49
to50
like so:Have a great day!