This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Olga Barlow
hi support
mobile menu panel label text is eating from bottom and the background of card quantity is in black and white we need to color it and there is no option there
Hello,
I added below code to change the q-ty
.et-mobile-panel .et-quantity {
color: #fff;
background-color: #2c6be2;
}
Added below custom to fix the mobile panel
.et-mobile-panel .et_column>a .et_b-icon+span {
line-height: 1.6;
}
Check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up