This topic has 2 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Rose Tyler
Hi Guys
I’m trying to style the Icon on the left and increase size of the overlapping icon. without success
I’d like to be able to control the colour etc like you can with the Right Hand Side hover menu you recently launced as part of the Sales Booster Feature
Can you sugges some code that helps change the size, colour etc. I thought this might work in the CSS but nothing. Also not sure which area of the CSS to place it.
I would also like it to open on page load and then close automatically
/* Side Filter Canvass */
.et-toggle.flex-inline
-webkit-box-align: center;
-webkit-box-pack: center;
align-items: center;
animation: 1s ease 0s 1 normal none running et-ltr, 0.7s ease 0s 1 normal none running fade;
backface-visibility: hidden;
background-color: #5e8886;
border-bottom: 2px solid #e1e1e1;
border-radius: 0px 50% 50% 0px;
border-right: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
box-sizing: border-box;
color: #ffffff;
display: flex;
font-family: Quicksand, sans-serif;
font-size: 18px;
font-weight: 300;
height: 60px;
justify-content: center;
line-height: 20px;
margin: 10px;
padding: 0px;
width: 60px;
Hello,
Please try to use:
.et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebar .et_b-icon {
font-size: 20px;
color: #222;
padding-left: 10px;
}
.et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebar .et_b-icon:hover {
color: white;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up