How To change Mobile Menu Background Change in Mobile Device:-
https://imgur.com/vB0F64S
Sir i see my mobile menu like this..
Sir, I have the link given below the menu of my mobile, as I have to do that type or I have to change its color.
Hello !
Please use this css code: .td-menu-background:before {
background: rgba(231, 105, 105, 0.76)
}
You will have to use a RGBA generator so you can change your color.
The codes must be inserted here: https://www.screencast.com/t/fyP7TBVPWvhQ
Thank you !
sir it has been not a work
.td-menu-background:before {
background: RGBA(231, 105, 105, 0.76)
}
Hello !
Please make sure that you have inserted your code properly: https://www.screencast.com/t/C9rVogrShJ
The code must be inserted here: https://www.screencast.com/t/Gzxu8XMwjJ0
Thank you !
sir this two color are not show in my menu background your rgba color work fine :-
#34a834 ,
#ff6d00
how to convert this code in rbga ….
please ask me
Vlad S
Hello !
Please go to a RGBA Generator like this: https://cssgenerator.org/rgba-and-hex-color-generator.html
Thank you!
sir how to these code paste in menu background please suggest me :-
background: #34a834;
background: linear-gradient(90deg,#34a834 0%, #ff6d00 80%);
background: -webkit-linear-gradient(90deg,#34a834 0%, #ff6d00 80%);
background: -moz-linear-gradient(90deg,#34a834 0%, #ff6d00 80%);
Hi Vikramsinghrao,
If I understand correctly you want to change this color -> https://i.imgur.com/ayDfEws.png this can be done from here -> https://i.imgur.com/PnADcBP.png or if you are using mobile theme plugin form here -> https://i.imgur.com/yps8X7F.png there is no need for extra css.
Hope this will help you!
Thanks.